The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
16 views

Installshield in VS2012 and deployment of web application in IIS7.5

I deployed a web application in IIS 7.5 using installshield. But after deploying the site I am facing below error on accessing the site from URL. HTTP Error 403.14 - Forbidden The Web server is ...
0
votes
0answers
184 views

tomcat serving static content with directory listings

I have tomcat 7 configured to serve static contents from a directory: <Host appBase="webapps" name="localhost"> ... <Context docBase="/var/projectA/static" path="/projectA/" /> ...