I have read the many articles about redirecting a path in a web app to a different url for a web server. Most talk about how to go from development to production. Which is exactly what I am doing. They say that it is simple:
1) set your web url behavior to dynamic
2) copy your app and web service projects out to the production server and edit the url appSetting in web.config
easy enough but it isn't working.
I am getting the following error:
"The request failed with HTTP status 401: Unauthorized"
The error message details the reference to the routine called as being at "c:\inetpub\ but our web directories are on the D: drive of the server.
Does anyone have any ideas about how to approach a solution to this?
Thanks
1) set your web url behavior to dynamic
2) copy your app and web service projects out to the production server and edit the url appSetting in web.config
easy enough but it isn't working.
I am getting the following error:
"The request failed with HTTP status 401: Unauthorized"
The error message details the reference to the routine called as being at "c:\inetpub\ but our web directories are on the D: drive of the server.
Does anyone have any ideas about how to approach a solution to this?
Thanks