re:
!> So, i have created a virual directory and given path to my site. I am able to open
!> and build the application . but when i run the application i am getting the below error.
You have a conflict between the internal web server and IIS.
First, get rid of the virtual directory.
( IIS Manager, select the virtual directory, right-click and delete ).
Second, if you want to run the site in IIS, instead of the configuring a virtual directory
to the physical directory where the internal web server runs your site, *publish* your
site to your IIS web server.
To publish the website, right-click the file system website in VS 2005's Solution Explorer,
and select "Publish Web Site".
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
> Hi,
> Actually i have developed one site. after some time i reliazed that i have
[quoted text clipped - 65 lines]
> Regards,
> Sri