I designed a web application using asp.net
. Now I want to publish this site on IIS
server using a static IP address.
The steps that I did as follows:
- under IIS sites folder I created a new site.
I selected the website name, application pool, physical path of the web app folder, the protocol
(HTTP)
, publicIP
address and the port(80). Then , I tried to browse and I got this error :"The requested page cannot be accessed because the related configuration data for the page is invalid."
Could you please help me to identify the problem or which steps I missed.