My intranet app doesn"t work without internet

My intranet app doesn"t work without internet

am 11.04.2008 14:35:01 von marianewsgroupcom

Hi:
I have an application on ASP.NET installed on Windows Server 2003 and IIS 6.0
with SQL Server 2005, when my internet connection is broken the app doesn't
work. I have my LAN DNS. The app, website and DB are on the same server.
The dns is in another server. Please, I appreciate your help with this
problem.

Thank you.

maria@newsgroup.com

RE: My intranet app doesn"t work without internet

am 11.04.2008 14:44:00 von BDJJ

What happens if you try http://localhost or http://machinename?

"maria@newsgroup.com" wrote:

> Hi:
> I have an application on ASP.NET installed on Windows Server 2003 and IIS 6.0
> with SQL Server 2005, when my internet connection is broken the app doesn't
> work. I have my LAN DNS. The app, website and DB are on the same server.
> The dns is in another server. Please, I appreciate your help with this
> problem.
>
> Thank you.
>
> maria@newsgroup.com

RE: My intranet app doesn"t work without internet

am 14.04.2008 14:46:01 von marianewsgroupcom

Hi:
Thanks for your help.
When I try with http://localhost or http://machinename, it said UNDER
CONSTRUCTION. But it said that not matter if the Internet connection is
working or not.


"B@DJJ" wrote:

> What happens if you try http://localhost or http://machinename?
>
> "maria@newsgroup.com" wrote:
>
> > Hi:
> > I have an application on ASP.NET installed on Windows Server 2003 and IIS 6.0
> > with SQL Server 2005, when my internet connection is broken the app doesn't
> > work. I have my LAN DNS. The app, website and DB are on the same server.
> > The dns is in another server. Please, I appreciate your help with this
> > problem.
> >
> > Thank you.
> >
> > maria@newsgroup.com

RE: My intranet app doesn"t work without internet

am 14.04.2008 15:27:00 von BDJJ

Sounds like everything is actually fine - your default page must be an Under
Construction page - what may be happening is that, since you're trying to hit
your site using something like http://MySpecialSite or www.MySpecialSite it
needs DNS to be up and running (to actually find your site) but when you use
localhost or machinename you don't need DNS (as long as you are local or on a
LAN/WAN). Try http://localhost/OneOfYourActualPages.asp.

HTH

"maria@newsgroup.com" wrote:

> Hi:
> Thanks for your help.
> When I try with http://localhost or http://machinename, it said UNDER
> CONSTRUCTION. But it said that not matter if the Internet connection is
> working or not.
>
>
> "B@DJJ" wrote:
>
> > What happens if you try http://localhost or http://machinename?
> >
> > "maria@newsgroup.com" wrote:
> >
> > > Hi:
> > > I have an application on ASP.NET installed on Windows Server 2003 and IIS 6.0
> > > with SQL Server 2005, when my internet connection is broken the app doesn't
> > > work. I have my LAN DNS. The app, website and DB are on the same server.
> > > The dns is in another server. Please, I appreciate your help with this
> > > problem.
> > >
> > > Thank you.
> > >
> > > maria@newsgroup.com

RE: My intranet app doesn"t work without internet

am 14.04.2008 17:31:03 von marianewsgroupcom

Hi:
With my internet connection working, I tried: http://localhost/login.aspx,
and it said:
Server Error in '/' Applicaction.
The resource cannot be found.



"B@DJJ" wrote:

> Sounds like everything is actually fine - your default page must be an Under
> Construction page - what may be happening is that, since you're trying to hit
> your site using something like http://MySpecialSite or www.MySpecialSite it
> needs DNS to be up and running (to actually find your site) but when you use
> localhost or machinename you don't need DNS (as long as you are local or on a
> LAN/WAN). Try http://localhost/OneOfYourActualPages.asp.
>
> HTH
>
> "maria@newsgroup.com" wrote:
>
> > Hi:
> > Thanks for your help.
> > When I try with http://localhost or http://machinename, it said UNDER
> > CONSTRUCTION. But it said that not matter if the Internet connection is
> > working or not.
> >
> >
> > "B@DJJ" wrote:
> >
> > > What happens if you try http://localhost or http://machinename?
> > >
> > > "maria@newsgroup.com" wrote:
> > >
> > > > Hi:
> > > > I have an application on ASP.NET installed on Windows Server 2003 and IIS 6.0
> > > > with SQL Server 2005, when my internet connection is broken the app doesn't
> > > > work. I have my LAN DNS. The app, website and DB are on the same server.
> > > > The dns is in another server. Please, I appreciate your help with this
> > > > problem.
> > > >
> > > > Thank you.
> > > >
> > > > maria@newsgroup.com

RE: My intranet app doesn"t work without internet

am 14.04.2008 19:09:02 von BDJJ

http://localhost/login.aspx assumes that the login.aspx page is at the <<
root >> of http://localhost - looks like your URL may not be pointing to the
correct location - ie:
if you website is located under the root of localhost, then you would need
to use something like http://localhost/websitename/pagename.aspx, or if you
have it on another port, something like http://localhost:81/pagename.aspx

"maria@newsgroup.com" wrote:

> Hi:
> With my internet connection working, I tried: http://localhost/login.aspx,
> and it said:
> Server Error in '/' Applicaction.
> The resource cannot be found.
>
>
>
> "B@DJJ" wrote:
>
> > Sounds like everything is actually fine - your default page must be an Under
> > Construction page - what may be happening is that, since you're trying to hit
> > your site using something like http://MySpecialSite or www.MySpecialSite it
> > needs DNS to be up and running (to actually find your site) but when you use
> > localhost or machinename you don't need DNS (as long as you are local or on a
> > LAN/WAN). Try http://localhost/OneOfYourActualPages.asp.
> >
> > HTH
> >
> > "maria@newsgroup.com" wrote:
> >
> > > Hi:
> > > Thanks for your help.
> > > When I try with http://localhost or http://machinename, it said UNDER
> > > CONSTRUCTION. But it said that not matter if the Internet connection is
> > > working or not.
> > >
> > >
> > > "B@DJJ" wrote:
> > >
> > > > What happens if you try http://localhost or http://machinename?
> > > >
> > > > "maria@newsgroup.com" wrote:
> > > >
> > > > > Hi:
> > > > > I have an application on ASP.NET installed on Windows Server 2003 and IIS 6.0
> > > > > with SQL Server 2005, when my internet connection is broken the app doesn't
> > > > > work. I have my LAN DNS. The app, website and DB are on the same server.
> > > > > The dns is in another server. Please, I appreciate your help with this
> > > > > problem.
> > > > >
> > > > > Thank you.
> > > > >
> > > > > maria@newsgroup.com

RE: My intranet app doesn"t work without internet

am 14.04.2008 21:38:01 von marianewsgroupcom

Hi:
usually I use my app in this way: http://servername/websitename

"B@DJJ" wrote:

> http://localhost/login.aspx assumes that the login.aspx page is at the <<
> root >> of http://localhost - looks like your URL may not be pointing to the
> correct location - ie:
> if you website is located under the root of localhost, then you would need
> to use something like http://localhost/websitename/pagename.aspx, or if you
> have it on another port, something like http://localhost:81/pagename.aspx
>
> "maria@newsgroup.com" wrote:
>
> > Hi:
> > With my internet connection working, I tried: http://localhost/login.aspx,
> > and it said:
> > Server Error in '/' Applicaction.
> > The resource cannot be found.
> >
> >
> >
> > "B@DJJ" wrote:
> >
> > > Sounds like everything is actually fine - your default page must be an Under
> > > Construction page - what may be happening is that, since you're trying to hit
> > > your site using something like http://MySpecialSite or www.MySpecialSite it
> > > needs DNS to be up and running (to actually find your site) but when you use
> > > localhost or machinename you don't need DNS (as long as you are local or on a
> > > LAN/WAN). Try http://localhost/OneOfYourActualPages.asp.
> > >
> > > HTH
> > >
> > > "maria@newsgroup.com" wrote:
> > >
> > > > Hi:
> > > > Thanks for your help.
> > > > When I try with http://localhost or http://machinename, it said UNDER
> > > > CONSTRUCTION. But it said that not matter if the Internet connection is
> > > > working or not.
> > > >
> > > >
> > > > "B@DJJ" wrote:
> > > >
> > > > > What happens if you try http://localhost or http://machinename?
> > > > >
> > > > > "maria@newsgroup.com" wrote:
> > > > >
> > > > > > Hi:
> > > > > > I have an application on ASP.NET installed on Windows Server 2003 and IIS 6.0
> > > > > > with SQL Server 2005, when my internet connection is broken the app doesn't
> > > > > > work. I have my LAN DNS. The app, website and DB are on the same server.
> > > > > > The dns is in another server. Please, I appreciate your help with this
> > > > > > problem.
> > > > > >
> > > > > > Thank you.
> > > > > >
> > > > > > maria@newsgroup.com