Monday, March 26, 2012

Newbie: Network/Intranet problem

Hi all,

I'm new in asp.net and have an urgent problem of deploying the built
program.

I want the program/site to be used in an private network/intranet, but don't
know where to start. Does anybodey have a checklist or other information
where to begin.

I built the program/site under WabMatrix and uses an ms-access database. It
works at my computer, but not on any other in the network.Hi Cemal:

Are other computers on the network trying to reach the application on
your machine? Can you tell us what error messages you see?

--
Scott
http://www.OdeToCode.com

On Sun, 15 Aug 2004 11:59:39 +0200, "Cemal Karademir"
<c.karademir@.zonnet.nl> wrote:

>Hi all,
>I'm new in asp.net and have an urgent problem of deploying the built
>program.
>I want the program/site to be used in an private network/intranet, but don't
>know where to start. Does anybodey have a checklist or other information
>where to begin.
>I built the program/site under WabMatrix and uses an ms-access database. It
>works at my computer, but not on any other in the network.
Something like
HTTP Error 403 - Forbidden

"Scott Allen" <bitmask@.[nospam].fred.net> schreef in bericht
news:boouh01hp93hdob3gu5fjrq0pom37rl3fh@.4ax.com...
> Hi Cemal:
> Are other computers on the network trying to reach the application on
> your machine? Can you tell us what error messages you see?
> --
> Scott
> http://www.OdeToCode.com
> On Sun, 15 Aug 2004 11:59:39 +0200, "Cemal Karademir"
> <c.karademir@.zonnet.nl> wrote:
> >Hi all,
> >I'm new in asp.net and have an urgent problem of deploying the built
> >program.
> >I want the program/site to be used in an private network/intranet, but
don't
> >know where to start. Does anybodey have a checklist or other information
> >where to begin.
> >I built the program/site under WabMatrix and uses an ms-access database.
It
> >works at my computer, but not on any other in the network.
Hi Cemal:

You might need to change your web.config file to allow anonymous
access to the web application, though this should be the default. Have
you made any changes?

You might try using <authentication mode="None" /> in web.config.

--s

On Sun, 15 Aug 2004 16:12:54 +0200, "Cemal Karademir"
<c.karademir@.zonnet.nl> wrote:

>Something like
>HTTP Error 403 - Forbidden

--
Scott
http://www.OdeToCode.com

0 comments:

Post a Comment