Question: How to pass dot parameter to id in MVC
Solution:
Add following in Web.config
<system.webServer>
<modules runAllManagedModulesForAllRequests="true" />
<validation validateIntegratedModeConfiguration="false" />
</system.webServer>
https://stackoverflow.com/questions/32392776/can-i-pass-dot-as-parameter-to-id-in-controller-method-in-mvc
Subscribe to:
Post Comments (Atom)
Setup VNC on Ubuntu 20.04
sudo apt update sudo apt install xfce4 xfce4-goodies sudo apt install tigervnc-standalone-server sudo apt install tightvncserver vncserver...
-
Test Planning: 1.Determine test approach 2. Evaluate exit criteria reporting 3. Measure & Analyze result Design test case order: 1...
-
sleep 10 && xset dpms force off ps -aux sudo lsof -i:3389 ssh -L 3389:localhost:5900 -C -N -l rocky localhost sudo iptables -t nat -...
-
1. Locate file " applicationhost.config " in <Document>/IISExpress/config 2. Scroll down to the code of : ...
No comments:
Post a Comment