I have a current website running on my testing machine. Now I'm trying to add a second part that should work without any relation to the previous website. But when I try to run the second website it is trying to use the Web.config file of the first website. I have modified the page base type of the first website and the second shouldn't have that.
The first website is set as the default application in IIS, and it needs to stay there. Is there any way around this?Hello, you might try giving the second website a different port number if u have windows 2000 server, like: http://127.0.0.1:3333/index.aspx
regards.
0 comments:
Post a Comment