Saturday, June 23, 2007

ASP.NET Tutorial - PART - 2

Ok before starting ull need some tools under ur belt ..

# 1. If u havent installed IIS server then get it installed .. how to install please refer to previous part of the thread

# 2 Visual Web Developer Toolkit ..

If u dont have full version of Visual Studio then ull need this to compile and build ASP.NET application ..

u can download it from

http://msdn.microsoft.com/vstudio/express/downloads/default.aspx

the 1st entry there .. Visual Web Developer 2005 Express Edition .. Get That !!

Note: Codes might differ a little for 2003 and 2005 editions of Visual Studio

So u guys have installed IIS server and VWD 2005

just check wheather IIS server is running correctly or not ..

to check this .. just type http://localhost at ur browser window .. if its running perfectly it will display 2 windows before u ..

1 documentation and other is the webpage

http://localhost/localstart.asp

which will tell u default location of ur webpage ..

generally it is .. c:\inetpub\wwwroot\

The main window will display a message like

Your Web service is now running.
You do not currently have a default Web page established for your users. Any users attempting to connect to your Web site from another machine are currently receiving an Under Construction page. Your Web server lists the following files as possible default Web pages: default.htm,default.asp,index.htm,iisstart.asp. Currently, only iisstart.asp exists.

To add documents to your default Web site, save files in c:\inetpub\wwwroot\.
--------
when i click on this link http://localhost/
it shows this message...

ERROR
The requested URL could not be retrieved

While trying to retrieve the URL: http://localhost/

The following error was encountered:

* Connection Failed

The system returned:

(111) Connection refused

The remote host or network may be down. Please try the request again.

Your cache administrator is root.
Generated Wed, 20 Jun 2007 06:09:35 GMT by FOR-FAST-BROWSING-EXPLORER-IP-***.***.*.**-PORT-**** (Squid/2.4.STABLE7)



when i click this http://localhost/localstart.asp

itz showing me error

this is d error:

"Not Found
The requested URL /localstart.asp was not found on this server.

Oracle HTTP Server Powered by Apache/1.3.12 Server at home-67cd74b83a Port 80"


web manic
ok this error Oracle HTTP Server Powered by Apache/1.3.12 Server at home-67cd74b83a Port 80"

web manic two servers are installed on your system and they both are sharing the same port.

port no 80 so uninstall your oracle first then try that and reinstall ur oracle after installing iis but at the time of instalation specify some other ephimiral port

.............

No comments: