Help configuring IIS and ASP.NET

  • Thread starter Thread starter VMI
  • Start date Start date
V

VMI

How can I configure IIS so that I can run my ASP.Net pages? I've been
looking on the net but haven't found anything.

Thanks.
 
VMI said:
How can I configure IIS so that I can run my ASP.Net pages? I've been
looking on the net but haven't found anything.

Thanks.

Mostly its just a matter of installing the framework redis
 
Thanks. The Windows Firewall was the issue.

How can I keep the firewall but enable other users to access the page? I
enabled port 80 in the exceptions and apparently it works. Is this correct?

I always thought that I could access the page with
\\myMachineName\ZMLookup\ZMLookup.aspx either from my machine (development
PC) or any other PC.

Thanks.
 
How can I keep the firewall but enable other users to access the page? I
enabled port 80 in the exceptions and apparently it works. Is this correct?

yup

I always thought that I could access the page with
\\myMachineName\ZMLookup\ZMLookup.aspx either from my machine (development
PC) or any other PC.

no, that wouldn't use IIS, it would use Windows Explorer...the slashes
are the wrong way.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top