Hi,
I'm working with Sharepoint 2010 in a Windows 2008R2 with IIS 7.5.
Into that box I should run several web applications which has been developed in aspnet 1.1(.net framework 1.1 vs2003), so I installed 1.1 and then copied all this sites to that server.
Sharepoint default site is installed in port 80, so I created all my web applications bellow that site (because I need this applications run under port 80)
for example, the users shoul could browse sites in this way:
- http://server/ (default Sharepoint page)
- http://server/CustomAPP/ (default custom appliaction page)
The problem I have now is that my customs apps are reading web.config from the root site, how I could prevent this??
thanks!
Mauricio.
Mauricio