Problem with accessing Asp.net web application through other system
-
I have created asp.net web application in windows 7. I am able to run locally but i am not able to run from other system. What could be the possible reason. If anybody knows, please reply me. Thanks in advance.
Can you change your connection string. Ans what error you see when you try to run fro other system.
-
I have created asp.net web application in windows 7. I am able to run locally but i am not able to run from other system. What could be the possible reason. If anybody knows, please reply me. Thanks in advance.
To run ASP.Net application from another system you need to Install IIS on Windows 7[^] and then Deploying ASP.NET Websites on IIS 7.0 [^]. After completing above steps you can run website from your network systems.
Maulik Dusara Sr. Sofware Engineer
-
I have created asp.net web application in windows 7. I am able to run locally but i am not able to run from other system. What could be the possible reason. If anybody knows, please reply me. Thanks in advance.
-
I have created asp.net web application in windows 7. I am able to run locally but i am not able to run from other system. What could be the possible reason. If anybody knows, please reply me. Thanks in advance.
-
I have created asp.net web application in windows 7. I am able to run locally but i am not able to run from other system. What could be the possible reason. If anybody knows, please reply me. Thanks in advance.
Hello, Check the Settings IIS 6.0 1. Right Click on the virtual directory -> Properties -> Directory Security -> Anonymous Access and Authentication Control -> Edit 2. Under that tab make ensure Allow Anonymous Access & Allow IIS to control Password check boxes are checked. 3. Uncheck the Integrated Windows Authentication, then followed by Aplly & Ok. 4. Then access your application from any other system by using your IP seems like http://192.168.3.107[YOUR_MACHINE_IP]/[APP_ALIAS_NAME] Try it and let me know. Regards, Chakra