IIS

  • Thread starter Thread starter Bilal
  • Start date Start date
B

Bilal

Can anybody please tell me why I can't I make web
application using VB.NEt standard 2003. I tried just
everything that I can think of as well as what I could
find on the internet and MSDN, but no luck. I keep geting
the message "....A connection to the server could not be
established." Everything seems to be working fine with
IIS. Thanks in advance for you help.
 
Can anybody please tell me why I can't I make web
application using VB.NEt standard 2003. I tried just
everything that I can think of as well as what I could
find on the internet and MSDN, but no luck. I keep geting
the message "....A connection to the server could not be
established." Everything seems to be working fine with
IIS. Thanks in advance for you help.

can you load up other webpages in IIS?
 
hello Lucas and Car!
Yes you can make web applications using VB.NET 2003, the
problem is conneting with the local host and any other
IIS on my network. It just just won't connect. It worked
few times, then it just kept giving me the message "....A
connection with the server could not be established".
Same thing happens regradless of using localhost or other
IIS on my network.
 
You might want to try this workaround:
1) Goto IIS --> Website --> right click to open Properties --> under HTTP
Header tab, select File Types button in MIME Map section
2) Select New Types, input the following to setup a new type:
Associate extension: *
content Type (MIME): common\type
3) click ok to finish
4) in command line, run this under the folder where aspnet_regiis is
located: aspnet_regiis -i
5) reboot your machine
and you should be ok to work with your web application.

Hope that helps.

Thanks,
Cynthia
--------------------
 
Back
Top