Can't see localhost web application on custom web browser
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
HI Guys, i just finished a webapp (RegSolution) on my system. I have another winapp that is a custom web browser. Then, i open localhost default page like this: wbBrowser.Url = new Uri("http://localhost/"); This works on the custom browser (the default IIS7 page shows). But it doesn't work when i try to open up my custom web app like this: wbBrowser.Url = new Uri("http://localhost/RegSolution/SignIn.aspx"); There's no error on the page. It loads well on IE7 and Mozilla. But, im my custom web browser, it just takes forever to load. Pls what can i do?
He who goes for revenge must first dig two graves.