Google Chrome Logo

Related Topics:

Posted on Jul 28, 2011

Unable to connect visual stdio localhost... - Google Chrome

1 Answer

Anonymous

Level 1:

An expert who has achieved level 1.

MVP:

An expert that got 5 achievements.

New Friend:

An expert that has 1 follower.

Hot-Shot:

An expert who has answered 20 questions.

  • Contributor 24 Answers
  • Posted on Jul 28, 2011
Anonymous
Contributor
Level 1:

An expert who has achieved level 1.

MVP:

An expert that got 5 achievements.

New Friend:

An expert that has 1 follower.

Hot-Shot:

An expert who has answered 20 questions.

Joined: Jul 22, 2011
Answers
24
Questions
1
Helped
4553
Points
37

Check whether the IIS is first installed in the system or not, by typing "inetmgr" @ run, you need to get the IIS window open.

Then, unregister and re-register the asp.net with the iis.

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

Related Questions:

0helpful
1answer

I am develop one .net application and run to localhost i am get unable to connect visual stdio localhost...

Make sure that you have configured IIS properly. Many times even the asp.net gets corrupted and hence you'll be facing this issues.

1) Check whether IIS is configured or not. (Type "inetmgr" in the run and see whether the window comes or not)
2)UnRegister and then Re-register the asp.net
2helpful
1answer

# include <stdio.h> output ...

What is your question? The above code is written in C not Basic language.
0helpful
1answer

In turbo c:unable to open stdio.h

first make sure you have the stdio file int the includes folder, and make sure that this is were the compiler id looking.

Then, in the begining of you code, write :
#include <stdio.h>
0helpful
1answer

Turboc++ in full screen on vista 64 bit in dosbox


right click on the shortcut of turbo c and go to compatibly tab and choose the option of run the program in windows xp os and run as administrator .
0helpful
1answer

Developing an application with vb.net 2008 and i'm finding it

You need to set up an ODBC DSN and use this in your connection string then instantiate an ODBC connection. For example:

Dim MyConnectionString As String = "Driver={MySQLDSN};SERVER=localhost;DATABASE=MySQLDatabase;" '
Dim conn As New OdbcConnection(connectionString)
conn.Open()
Dim da As New OdbcDataAdapter("SELECT * FROM Customers", conn)
Dim ds As New DataSet()
da.Fill(ds, "Customers")
dataGrid1.DataSource = ds.DefaultViewManager
conn.Close()
0helpful
1answer

Programming c++ visual studio 2005 question?

pl. verify the main header do u hv mentioned eg. stdio.h for main i/p & o/p header.
0helpful
1answer

Compilation error in Turbo c++ 3.0

#include <stdio.h>

The above line should be at or near the beginning of your program source file. If that doesn't work, you can try:

#include "stdio.h"

Of course make sure all the standard libraries and include
files have been installed. Otherwise you have a broken installation and virtually nothing will work.


0helpful
1answer

Same Problem Again - Mega Raid.... Unknown Error

Hi

The title of your post suggests that you have "Maga RAID" errors. Maga RAID messages would be in line with issues on the LSI PERC sub-system.

However, the extract posted in your suggests network problems.

Any number of physical to driver and configuration issues can result in network problems.

Try the basic checks;
1. Change or try a known patch cable
2. Run "ping" test to a known good system connected to same network switch or direct connect with a "cross-over" cable and check for dropped connections.
3. Is the NIC and switch set to Auto-Negotiation or static at 10, 100 or 1000Mbps speed
4. Can you try another switch
5. Check and load correct or latest manufacture's drivers

Reply with more info.

Mike
Not finding what you are looking for?

78 views

Ask a Question

Usually answered in minutes!

Top Google Computers & Internet Experts

Grand Canyon Tech
Grand Canyon Tech

Level 3 Expert

3867 Answers

ADMIN Andrew
ADMIN Andrew

Level 3 Expert

66963 Answers

Kolbrun...

Level 3 Expert

1228 Answers

Are you a Google Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...