Possible To Run A Commercail Website On The Same Machine/software Configuration

Dec 13, 2010

I asked a question in another forum about SQL Server 2008 R2 Developer Edition and the number of simultaneous users it supports. I was told that there was no limit on the SQL Server 2008 R2 Developer Edition itself with regard to the number of simultaneous users that could be connected but that Windows 7 has a limit of 10 simultaneous logged in users. So my first question lead me to another question. 10 users is fine for debugging and small testing but what route do I take when my site goes public and needs to service more than 10 users at once? Am I even supposed to be running a public website on a Windows 7 Operating System or is that a job for Windows Server 2008 R2? If I purchase Windows Server 2008 R2 do you purchase a license for a specific amount of simultaneous users?

View 5 Replies


Similar Messages:

Configuration :: Moving Website From One Machine To Another?

Jul 12, 2010

I developed a test application using VS 2008 (ver: 9.0.30729.1. sp) and .net work (ver:3.5 sp1) using master pages,style sheets, ajax extenders etc.

I moved the whole website to another machine running VS Team System 2008 (windows xp) with the same above versions. The functionality of the application works fine, but the stylesheet seems to be affected. I have centered the whole application (fixed 960px). But when I ran the same app in new machine running windows xp the content area is getting floated or left justified. Is there anything that I need to take care when I move from one os to the other. What is causing this behavior? I tested using IE 8.

View 4 Replies

Configuration :: Deploy Website On Other Machine?

Jan 18, 2011

I had created a data driven website with back end as Mysql and i want to deploy on the client machine.

Is it really necessary to create a Web Application to deploy instead of website?

And if it does how to add the current web site to a new web application ?

How to configure the website/web application ready to deploy ?

TO deploy on the client side , including all major and minor settings including prerequisites?

View 6 Replies

Configuration :: Publish Website For X64bit Machine?

Jan 25, 2011

I am developing the web application in Asp.net 2008 under WinXP SP2 32bit. I am able to publish it in the local system and Test server. When i move this to production sever i am facing problems. The production environment OS is Windows Server 2003 Standard 64bit. When i am accessing login page i am getting this error "../../login.aspx/ has not been pre-compiled and cannot be requested". What could be causing the error message? Any IIS settings, or .NET 2.0 settings which prevents IIS from loading the compiled files?

View 1 Replies

Configuration :: Debug The Website Always On A The Same Port Number On Local Machine In VS

Jan 1, 2011

I am developing a website in ASP.NET. I wanted to know how can I give a static path to my website on my local mahcine such that it will always be deployed on port number. For eg: in php, the path can always be http://localhost/websitename

but in ASP.NET, whenever, I debug the website for testing, it is always deployed to a new port number. This prevents me from testing my script which can only be given a static name in Greasemonkey.

View 3 Replies

Private IP Of Client Machine From Website?

Feb 2, 2011

how can I get the private ip of client system from a website hosted on public ip in ASP.Net C#? while i am checking userhostname, it's showing the global IP of the Internet connectivity which is the same for all the machines in the network.

View 2 Replies

Configuration :: Craeting Msi File For 64 Bit Machine?

Jan 10, 2011

i have gone through the plenty of sites telling about installing 32 bit application in 64 bit machine.can anyone guide me through site which tell in simple way how to craete msi from 32 bit application,to run on 64 bit machine? and how it actually works the 32 bit ,64 bit application concept

View 3 Replies

Debug Website On Host From Virtual Machine?

May 4, 2010

I have a Windows 7 machine hosting a Windows 7 virtual machine. I am developing a web application using visual studio 2010 on my host machine. I want to run the application in debug mode and access my localhost server from a browser on the virtual machine. (The purpose of this is to be able to debug an application that uses Windows Authentication using different users without having to log off and on for different users on my host machine...)

I am using a bridged connection for the virtual machine. I googled how to solve this problem and most of the threads that I found said that if I was using a bridged connection, I could access the server on the host machine by just entering the IP address of my host machine into the url in the browser of the virtual machine. I have tried some different urls using the IP but none of them have worked.

As an example, suppose I run my web application in visual studio on my host machine and its url is

http://localhost:62789/MyPage.aspx

Assume also that I ran ipconfig in CommandPrompt on my host machine and found out that the IP address for my host machine is xxx.xxx.xxx.x. What url should I enter on the virtual machine to access my web application?

EDIT:

I set up IIS to host the web project. After that, I just added the following line (xxx.xxx.xxx.xxx is my IP) to my hosts file and I was able to access the website from the virtual machine:

xxx.xxx.xxx.xxx MyWebsite.net

I also had to edit my firewall settings.

View 2 Replies

Web Forms :: Get Machine Name Of User Accessing Website

Dec 16, 2012

Dim sWindowUser As String = ""sWindowUser = ExtractPureUsername(WindowsIdentity.GetCurrent().Name)
and
sWindowUser = ExtractPureUsername(HttpContext.Current.Request.ServerVariables("AUTH_USER"))

It ran properly in my development environment and I deployed it onto my 2008 server.  The web site keep promoting me for user windows username and password.  I entered my username & password but the site keep prompting me over and over again.

In server side I didn't the Local Machine name.

View 1 Replies

Configuration :: Apps Automatically Using Machine.config

Oct 31, 2010

I have connection strings info in web.config. I thought that if this were the case, machine.config would be ignored. But, everytime the connection string in web.con is different than the connection string in maching.con, I get error. The connection name 'aspnetdbConnectionString' was not found in the applications configuration or the connection string is empty. Is there something I can check or change to get the app to ignore the machine.config when web.config connection string is listed.

View 4 Replies

Storing Configuration Data In .NET Than The Web/machine Config?

Jun 24, 2010

We have a large multi tenanted website which requires thousands of lines of web.config to support it. As the system grows we are finding it more and more difficult to manage this configuration file.The system currently in place uses XSLT to generate the config but this solution seems to involve a lot of duplicated code (we have 12 deployment environments).

I am leaning towards putting the configuration data in the db so we can be sure that it's deployed with the application and that our release notes don't require the IT guys messing around with XML

What are better solutions we could use?

View 3 Replies

Configuration :: Deploy Project In Client's Machine

Mar 20, 2011

I have developed a small website to be hosted in my client's office (intranet). This is my first website. I don't know how to deploy it.!! We can run it by copying and pasting the whole project folder in their server. But if we do like that they can modify the code whenever they need.

View 2 Replies

Configuration :: Cannot Connect To Web Service After Moving Machine?

Aug 13, 2010

I have a website project in VS 2005 using VB. From it I connect to a web service that sends an email. This was running just fine until my department moved locations (and along with it the server hosting the service). Now my project can't connect to the service. I deleted and added the web reference again and VS found it and it's methods just fine. I can browse to the service in my browser successfully.

The emails are no longer getting sent and there is no error raised. I tried debugging and when I step into the call to the service then I get the error "Unable to automatically step into the server. Connecting to the server machine '[mywebservice]' failed. ...". I do not need to debug that service; I was only confirming that the project wasn't connecting.

When the project is loaded onto our virtual server for testing it runs as expected.

How can I get my project to connect to the web service from my localhost as it was before the machine was moved?

View 2 Replies

Configuration :: Using Excel On Web Server, Not On Local Machine?

Jul 23, 2010

With the project I'm working right now, the team and I don't believe the network/computer policies will allow us to create and save Excel files on a local machine through the Web pages we're building. Well, let me clarify. When we run our web pages on our development machines, when we go to save information to excel through the web page, it uses our local excel executable. However, we want it to use the web server's excel executable. When we run the website, we're running individual local copies because we don't have a web server to test on, so we can't verify if it will use the Web Server's or ours. Does anyone know what it will do, or if it has to be programmatically set a specific way to use excel on the web server, and not on the local machine. Once we get the Web Server to use excel, we'd save the file to a network share that would allow the user to view the file.

View 2 Replies

Configuration :: VB To C# Refactoring / Access To The Installs For The VS On This Machine

Aug 27, 2010

I'm currently working on a previously deved app at my company. This application has been deployed at the client and was developed in VB. The source code was lost, unfortunately, and I've been refactoring the code into a C# format. Now, I haven't worked in ASP.NET in some time, nor all that much to be honest,

The application is such that, now that I've got it to start compiling, I have to compile it in a testing environment that emulates the Live Environment. (Need to be logged in as an AD User with certain permissions and roles.) Unfortunately these permissions are persisted from another web application that is used to launch this application.

What I've got set up is a couple VM's running on a testing server. One hosts the actual Web Apps (The IIS Box), one hosts the SQL and one hosts the AD. As these box's are basically copies of the live environment, the IIS box currently hosts the VB version of the app. I need to be able to deploy my code over the existing application (VB to C#) so that my app will run. It's a round about way of doing it, but I don't have access to the installs for the VS on this machine. What would be the best way to go about doing this?

View 1 Replies

Configuration :: Load Assemblies From Remote Machine?

Jun 1, 2010

I'm trying to deploy a website stored on a network shared storage. My problem is that I am unable to load assemblies that reside on the remote machine.I load some assemblies by using

assembly = Assembly.LoadFrom(Uri.UnescapeDataString(new UriBuilder(satelliteExpectedLocation).Path))
where the satelliteExpectedLocation is in the form "file:\10.0.0.85 mpappinMessages.resources.dll".
I got a FormatException on this one, so I modified the path to read "file:////\10.0.0.85\tmp\app\bin\Messages.resources.dll"

Now I get a "System.IO.FileNotFoundException".I read on MSDN that the "File" scheme is to be used for resources on the local machine. But how should I get the resources on the network share?

View 2 Replies

Configuration :: Decrypting Web.config In Differenct Machine

Mar 15, 2010

We have a problem regarding decrypting the web.config... We encrypted the web.config in computer A. but we need it to decrypt it in computer B.

we got an error

"Failed to decrypt using provider 'DataProtectionConfigurationProvider'. Error
ssage from the provider: Key not valid for use in specified state. (Exception
om HRESULT: 0x8009000B) (D:WCFSearchweb.config line 17)

Key not valid for use in specified state. (Exception from HRESULT: 0x8009000B)
Failed!"

we also tried the RSAProtectedConfigurationProvider and we're not able decrypt also...

I search google and found this unfortunately we can't decrpyt it... How do i include the key? do i need to copy and paste it?

View 6 Replies

Configuration :: Host Application From Local Machine?

Feb 1, 2011

I have to host an asp.net that user can access that website something like http://111.11.11.11/myapp/homepage.aspx. ( my ip address will be 111.11.11.11). All I have local IIS installed. I want that if any user clicks on the link. He should be able to access that web application.

View 9 Replies

Configuration :: Xp Machine IIS 6 Vs Win 7 IIS 7 Datetime Problem While Saving ?

Oct 18, 2010

As i have created an vistor page ,where i use to get client IP Address and date nad time of visit?

View 4 Replies

Restrict User For Saving Website Pages In His Machine?

Nov 26, 2010

if we open any website and from File menu of the internet explorer we can save that page on the client pc

and it will save page images ,stylesheet file and scripting file on the client side. But some web site wont allow to save their web pages

just i want to know how to implement that feature in the aspx pages

and how to restrict the client for saving web pages layout and images into their machines.

View 5 Replies

Configuration :: Local Machine Wont Work At Server?

Dec 29, 2010

i developed an asp.net web site and i used ModuleRewriter to rename my pages you can refer to this link [URL] and i want to add many pages programatically at run time for example i have a page named :

[URL]styles/defaultstyle/Default.aspx

and i want to display this page like this :

[URL]Default.aspx

so my code was like this :

public static void confgrewriter()
{
try
{
RewriterRuleCollection rules = RewriterConfiguration.GetConfig().Rules;
RewriterRule r = new RewriterRule();
r.LookFor ="~/Dfealut.aspx" ;
r.SendTo ="~/styles/defaultstyle/Default.aspx";
rules.Add(r);
}
catch (Exception ex)
{ }
}

and this solution is working very good on iis at my local machine but when i did upload this website on shared host i recive error message: The resource cannot be found.

Description:

HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. review the following URL and make sure that it is spelled correctly.

View 6 Replies

Configuration :: Login Works On Local Machine But Not In Production?

Sep 1, 2010

Here is my problem: I have created a login form on my local machine. I have tested it on the local machine and it works fine. But when I push it to production it doesn't work.

I set-up the web config file so that the system uses the production database even from my local machine. I used the Web > AspNet Configuration tool in Visual Web developer to add a user to the production database. I used Sql studio management studio to confirm that the user was in the production database and not just on a local database. I have removed all references to the local database. I even deleted the entire app_data folder on my machine so that there was no chance that I am using a local database.

To create the login, I dragged a login component onto my Login.aspx page from the toolbar in visual web developer.

Why can I log in just fine on my local machine, but when push everything to production and I try to log in as that user I get the error message "Your login attempt was not successful"

View 3 Replies

Configuration :: Cannot Open A Word Document From Web Server Machine

Mar 26, 2010

I wrote an web form application in C# to open Office Word 2007 documents from the application. This worked perfectly testing in my development environment. But after deploying my application to web server, the documents do not open and I get the following error retrieving the com class factory for component with clsid failed due to the following error: 80040154

It looks like it may be because Office Word 2007 is not installed on the web server box. Would installing it on the web server be the solution, or is this a bad idea. If it is not the solution, then would is an alternative way to do this.

View 2 Replies

Security :: Restrict Login Access To Website From Specific Machine?

Nov 1, 2010

I need to restrict access to my website by physical PC. When a user signs up I want to be able to restrict access to one machine for that account so it cannot be shared round, if, for example, somebody else in the same office wanted to access the system on their PC they would need a seperate sign in.

I have done some investigation and I "think" the only way is installing an ActiveX component (which isn't an issue that is restricts to IE only) and then read the users MAC address. Am I trying to over complicate things or is that the only way? I realise that MACS can be spoofed but this is not much of an issue.

View 4 Replies

Web Forms :: How To Read Data File From Website Currently Running Machine

Jan 4, 2013

my form is having a label and a button, assume that you opened my website in ur system through url and now when u click the button it has to read a text file from the specified path in ur machine and display the data in label. i mean whatever machine is running my program it has to read the data from specific path from current running client machine.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved