473,385 Members | 1,766 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

How hard can it be?

We have just built a new webserver for development and would like to
run an asp.net site on it. The files that make up the site are on a
different server.
Both servers are windows 2003 servers and both have been fully patched.

When we try to setup the website in IIS6 we have to use a UNC to locate
the home directory. We use a domain account (domain\iisdev) to access
the files accross the network. If we try to map a drive and use the
ampping, then when we navigate there, the OK button is greyed out and
we can't select it.

We can see the folders file in the right panel in IIS6, but when we
come to view the site in our browser, we get all sorts of errors.

Can anyone give us a step by step process for configuring this kind of
setup with two fresh windows 2003 servers?

Both servers have been made application and fileservers. The webserver
has also been giving mail server role.

If I've missed anything out that you need to know, just ask.

Thanks everyone

Nov 22 '05 #1
6 1326
Ive granted the domain user IISDev permissions to the
c:\windows\microsoft.net\framework folder and to the location of the
files on the fileserver. Ive also edited the machine.config on the
webserver so that the processmodel username and password relate to this
user.

Now I get and error telling me to include customerrors mode =off in my
web.config for the application, but it's already there.

Pleading for help now as this is driving me nuts!

Nov 22 '05 #2
Have you tried to use a share or the server IP for access?
\\1.12.12.123\mywebfiles|

"go**********@tlbsolutions.com" wrote:
We have just built a new webserver for development and would like to
run an asp.net site on it. The files that make up the site are on a
different server.
Both servers are windows 2003 servers and both have been fully patched.

When we try to setup the website in IIS6 we have to use a UNC to locate
the home directory. We use a domain account (domain\iisdev) to access
the files accross the network. If we try to map a drive and use the
ampping, then when we navigate there, the OK button is greyed out and
we can't select it.

We can see the folders file in the right panel in IIS6, but when we
come to view the site in our browser, we get all sorts of errors.

Can anyone give us a step by step process for configuring this kind of
setup with two fresh windows 2003 servers?

Both servers have been made application and fileservers. The webserver
has also been giving mail server role.

If I've missed anything out that you need to know, just ask.

Thanks everyone

Nov 22 '05 #3
What kind of errors exactly ? Use a UNC name instead of a mapped drive. Aslo
if I remember the console uses the current account while the website uses
the credentials you entered when configuring the virtual path...

Also I'm not sure it's that great (not sure what you want but my personal
preference would be likely to mirror the files just sharing the possible
read/write content).

--
Patrice

<go**********@tlbsolutions.com> a écrit dans le message de
news:11**********************@g14g2000cwa.googlegr oups.com...
We have just built a new webserver for development and would like to
run an asp.net site on it. The files that make up the site are on a
different server.
Both servers are windows 2003 servers and both have been fully patched.

When we try to setup the website in IIS6 we have to use a UNC to locate
the home directory. We use a domain account (domain\iisdev) to access
the files accross the network. If we try to map a drive and use the
ampping, then when we navigate there, the OK button is greyed out and
we can't select it.

We can see the folders file in the right panel in IIS6, but when we
come to view the site in our browser, we get all sorts of errors.

Can anyone give us a step by step process for configuring this kind of
setup with two fresh windows 2003 servers?

Both servers have been made application and fileservers. The webserver
has also been giving mail server role.

If I've missed anything out that you need to know, just ask.

Thanks everyone

Nov 22 '05 #4
We are using a unc to the files in the website properties on IIS (home
directory points to \\OurFileServer\OurSiteFiles and the Connect As has
been configured to use a domain account with full permissions to the
files location.

At the moment we get a screen telling us to add a CustomErrors line to
the web.config file with the Mode set to 'Off', but this is already
there!

Thanks for your help guys.
Is there a set of proceedures I could follow for this type of
configuration anywhere?

Nov 22 '05 #5
FIxed it!

http://support.microsoft.com/default...b;en-us;320268

Thanks for your help guys

Nov 22 '05 #6
What if you try with the local browser on the IIS server ?

Also with this kind of configuration I'm not sure ASP.NET is able to enable
file system watching so that it restarts automatically when a file is
changed...You may want to try to restart ASP.NET just in case... Also the
error might be written in the log file.

You could try just an HTML file. It could perhaps help to see if it's a
configuration problem on the IIS side or if it's related to ASP.NET.

Could be http://support.microsoft.com/default...b;en-us;320268 but
it would be likely much better to first solve the problem that prevents to
actually see the exact error.

--

Good luck.
"Karl" <go**********@tlbsolutions.com> a écrit dans le message de
news:11**********************@g14g2000cwa.googlegr oups.com...
We are using a unc to the files in the website properties on IIS (home
directory points to \\OurFileServer\OurSiteFiles and the Connect As has
been configured to use a domain account with full permissions to the
files location.

At the moment we get a screen telling us to add a CustomErrors line to
the web.config file with the Mode set to 'Off', but this is already
there!

Thanks for your help guys.
Is there a set of proceedures I could follow for this type of
configuration anywhere?

Nov 22 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
by: 3A Web Hosting | last post by:
Hi Folks This is probably starring me in the face but how do I read the contents of a hard drive directory? I've been playing around with the opendir($dir) sample from php.net and can read from...
1
by: Daniel | last post by:
when writing out a file from .net, when is the file created? after the bytes are all written to the hard drive or before the bytes are written to the hard drive?
36
by: Ron Johnson | last post by:
http://hardware.devchannel.org/hardwarechannel/03/10/20/1953249.shtml?tid=20&tid=38&tid=49 -- ----------------------------------------------------------------- Ron Johnson, Jr....
33
by: Xah Lee | last post by:
The Harm of hard-wrapping Lines 20050222 Computing Folks of the industry: please spread the debunking of the truncating line business of the fucking unix-loving fuckheads, as outlines here:...
18
by: Joe Lester | last post by:
This thread was renamed. It used to be: "shared_buffers Question". The old thread kind of died out. I'm hoping to get some more direction by rephrasing the problem, along with some extra...
9
by: ward | last post by:
Good morning. I created an edit_task page that allows the user to edit tasks for the database. I entered some text and used some hard returns. Put when I went to view the tasks (using a PHP...
16
by: Otie | last post by:
Hi, Is there a way for VB5 to determine exactly where on a hard drive a .exe file is stored upon the .exe file's first copying to the hard drive? What I need to know is the exact hard drive...
2
by: =?Utf-8?B?R2VvcmR5?= | last post by:
Hello everyone, I would really appreciate if someone helped me in this matter cause I am going to lose my mind... I am using a Sony Vaio Laptop with Windows XP professional (512MB Ram, 1,7 GHz CPU...
3
by: Kurt Mueller | last post by:
David, Am 07.10.2008 um 01:25 schrieb Blubaugh, David A.: As others mentioned before, python is not the right tool for "HARD REAL TIME". But: Maybe you can isolate the part of your...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.