|
-
Jun 13th, 2006, 04:18 AM
#1
Thread Starter
Hyperactive Member
-
Jun 13th, 2006, 04:51 AM
#2
Thread Starter
Hyperactive Member
Re: [02/03] How do I properly deploy web pages. [Easy Question]
What does an idletimeout property in ProcessModel in machine.config do?
Will this help me?
-
Jun 13th, 2006, 05:43 AM
#3
Thread Starter
Hyperactive Member
Re: [02/03] How do I properly deploy web pages. [Easy Question]
I have declared public scope modules. Is it okay to use modules instead of session variables?
-
Jun 13th, 2006, 06:14 AM
#4
Thread Starter
Hyperactive Member
Re: [02/03] How do I properly deploy web pages. [Easy Question]
Ok. This is my last question before I let this thing go to rest and come back another day.
Could you give me some links on how to deploy ASP .NET web pages on web servers.
-
Jun 13th, 2006, 08:55 AM
#5
Re: [02/03] How do I properly deploy web pages. [Easy Question]
Have you figured out the answers to the first three, or do you still need me to answer them?
As for your last one, assuming it's a basic web application, just copy the entire folder over.
-
Jun 13th, 2006, 07:43 PM
#6
Thread Starter
Hyperactive Member
Re: [02/03] How do I properly deploy web pages. [Easy Question]
 Originally Posted by mendhak
Have you figured out the answers to the first three, or do you still need me to answer them?
As for your last one, assuming it's a basic web application, just copy the entire folder over.
Sad to say, I don't have any answers but I will try to install Visual Studio .NET on the web server so that I can trace what's really happening.
But I think the problem is within my Class Module. I think it is imprpoerly declared.
Can you answer the questions for me, I need proper guidance.
-
Jun 14th, 2006, 07:20 AM
#7
Thread Starter
Hyperactive Member
Re: [02/03] How do I properly deploy web pages. [Easy Question]
One final question.
What does a worker process in IIS do? I have 100 worker processes and my site has been screwed up real bad.
I have set the worker process to 1 and the site ran very smoothly.
I don't unserstand why such an option like this is available.
-
Jun 15th, 2006, 10:34 AM
#8
Re: [02/03] How do I properly deploy web pages. [Easy Question]
The worker process is the process under which the ASP.NET application runs. I'm not sure why you had 100, the server must've been somehow configured to run under separate processes, but with .NET, there is the concept of Application Domains, which means that it is now possible to run multiple applications under the context of a single process.
-
Jun 16th, 2006, 12:03 AM
#9
Thread Starter
Hyperactive Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|