0
votes
0answers
17 views

Web application expansion with added workload

I was wondering what would be the route for expansion in this case? Let me explain. I wrote an ASP.NET web application that acts as an API server for a client program that runs on all types of ...
1
vote
1answer
48 views

Configuring ISS and SQLSERVER for ASP.NET MVC application and windows authentication

I have freshly installed ISS with SQL server and asp.net mvc application. I want my app to use windows authentication. On my application side, i know that i have good connection string, because i was ...
3
votes
1answer
101 views

SQL Server 2012 Management Studio Express - no server

I am having trouble with SQL Server 2012 Management Studio. There is no server name. Earlier I installed the 2008 version but something wasn't right so I uninstalled and installed 2012. Upon ...
0
votes
0answers
68 views

strange web app errors possibly sql server related?

apologies if this is not a good place to post this, but we are experiencing some very strange things with our web ap which is running on a SQL 2005 instance. the application is a .net web app and ...
0
votes
2answers
457 views

Intermittent login issues to SQL Server

My website is an ASP.NET 2.0 website connecting to a SQL Express Database. Every now and then I get the following error message when I load my site. Login Failed for Username 'MyUsername'. Then ...
0
votes
1answer
124 views

ASP.NET Application Connection String and SQL Server Security / Permissions

I am deploying an ASP.NET application and SQL Server (2008) database on a live (production) server. The physical server is running both SQL Server 2008 and IIS 7 - it is provided by a hosting company ...
1
vote
2answers
123 views

Migrating an asp.net web app to aws

I have been asked to help migrate a asp.net app to aws, I havent deployed windows into the cloud before and was interested in getting some pointers ? Im not worried about the app more about moving ...
-6
votes
1answer
782 views

Alert when SQL transaction log becomes too big?

I want to monitor the transaction logs of a database and send some kind of alert once a threshold is reached. How can I do this?
1
vote
1answer
732 views

The package failed to load due to error 0xC0011008 Error Loading from XML

Environment: Windows Server 2008 SP2 Enterprise Edition 64-bit SQL Server 2008 SP3 Standard Edition 64-bit Previously had SQL Server 2005 Developer Edition 32-bit Integration Services. That has now ...
3
votes
2answers
304 views

sql server licencing (How many cal) [duplicate]

Possible Duplicate: Can you help me with my software licensing question? My asp.net web app is using one sql server account to work. i need to buy sql server standart edition. i wonder to ...
2
votes
1answer
237 views

Suggested or Best practices for network architecture for ASP.net web application

Currently I have one server that runs an ASP.net web application (on IIS) and this is also running a SQL Server database. I am getting more and more traffic and soon I will need to increase the ...
2
votes
1answer
100 views

sql server windows authentication with IIS

Here is the situation: Where I work (small division of large company), we have a single on site big company owned server running SQL Server. We only have access to this server through windows ...
3
votes
2answers
184 views

SQL Server Express 2008 R2 or SQL Server 2008 R2 Web?

We have swtiched from MySql to SqlServer, but I don't know what version of SqlServer to use in production ... We have a webapplication (C# / ASP.NET) SqlServer Express 2008 R2 ? SqlServer Web 2008 ...
1
vote
2answers
214 views

Choosing a technology for a 20 million visitors / month project [closed]

Which technologies would you choose for: Over 20 million views a month Up to 100GB of database (MDF) $100,000 budget I'm planning to build this website using 4 servers of 2 x ASP.NET 4.0 and 2 x ...
0
votes
1answer
149 views

MSSQL, ASP.NET, IIS. SQL Server perfmon log question

I'm testing a web application that runs on a hypervisor. The database server and the webserver are seperate vm's that run on the same hypervisor. We did some tests and the functions perform ok. I want ...
4
votes
1answer
216 views

Backup database at certain intervals?

My client would like to have the database backed up several times per day, as well as the ability to backup the database manually. I've created a page to backup the database manually, it just calls a ...
0
votes
3answers
249 views

ASP.NET, PHP, SQL Server, MySQL hosting provider for developer? [closed]

I am looking to find a web hosting provider that provides ASP.NET and PHP hosting. The purpose is pretty much just a programming playground for me to develop in and possible show some of my work. As ...
6
votes
2answers
6k views

Login failed for “IIS AppPool\ASP.NET v4.0” - SQL Server Web

I'm trying to migrate a website from SQL Server 2008 Express to SQL Server Web, and the website is having trouble accessing the database. In truth, Express was only ever used by running the website ...
0
votes
2answers
544 views

long access times and errors in iis application

I am having an issue with an IIS application (details of environment at the end of the message). The web site works great most of the time and I cannot reproduce any error in our test system. On the ...
3
votes
2answers
168 views

How can I monitor what connections ASP.NET is making to my MSSQL server?

I have a website that is configured with ASP.NET and references data from a MSSQL 2000 server. I can see references in the code to the databases it needs, but the SQL server is not installed locally ...
2
votes
8answers
707 views

How can 24X7 hours availability for an application be achieved?

I was asked this question in an interview: I have a sql server and an asp.net application. I want 24X7 hours availability for my application even if the server crashes. What are the different ways ...
1
vote
2answers
123 views

Installing IIS and Microsoft Sql Server with minimal impact on the system

I got a new PC and a fresh Windows installation and like others I like to keep the installation as clean as possible. I mainly develop Asp.net and the web server that comes with VS2010 (Cassini?) is ...
0
votes
2answers
660 views

IIS 7 much slower than IIS 6

I have a asp.net 3.5 web application running fine on Windows2003 IIS6. I published same exact application to IIS7.5 (Win2008R2) on a faster box (i5,8Gram) and it is significantly slower. 5-6 sec per ...
1
vote
1answer
635 views

“NT AUTHORITY\ANONYMOUS LOGON” error in Windows 7 (ASP.NET & Web Service)

I have an asp.net web app which works fine in Windows XP machine in a domain. I am porting it to a Windows 7 stand alone machine. The app uses a web service which makes a call to sql server. The web ...
1
vote
2answers
209 views

ASP.Net application can no longer write to DB after having run out of disk space

I'm a software developer troubleshooting a sticky problem on a client's production server, and I've got a bit of a problem. They have a virtual server running Windows Server 2008, SQL Server 2008 R1 ...
0
votes
1answer
71 views

Help with my application please! Can't open image(s) with error: External component has thrown an exception

I have an application written in C# I believe and it adds images to a SQL Server 2005 Database. It requires .NET 3.5 to be installed on my computer. I installed .NET 3.5 and setup a database. It runs ...
0
votes
1answer
113 views

Security considerations when giving access to SQL Server db for a web application

I need to expose our SQL Server 2008 database for an access from a asp.net web application. This is a new task for me, so I would like to know what basic security requirements are there for ...
0
votes
1answer
195 views

Multi-Application Server Environment and Memcached Security

We are looking to integrate Memcached into our infrastructure, but have a security concern before we do. We run several platforms including ASP.NET and Coldfusion and have many app developers working ...
1
vote
2answers
154 views

Cheapest/Easiest Server capable of hosting ASP.NET websites

I want to setup my own server at my house that is capable of running ASP.net pages and SQL databases for development testing purposes. I want it to be a dedicated server (not just running on my ...
3
votes
6answers
530 views

What is easiest no fail way to publish asp.net app?

What is easiest no fail way to publish asp.net app? Sorry a bit of an open ended question but I am having issues deploying an asp.net report project and any solution to get the site up is fine. I am ...
3
votes
4answers
214 views

Use PC as Web Server

How can I use my own PC (Win 7 Home Premium, SQL Server 2008 Express,IIS 7.5) as web server for my ASP.NET MVC Website? [Update] : I know how to run IIS in Win 7 and locally I can host my web. My ...
3
votes
2answers
266 views

Secure IIS/MS-SQL

I have Windows Server 2008, with IIS 7.5 and SQL Server 2008. I want to install DotNetNuke which is an ASP.NET application. What are the necessary precautions to not to get pwn3d.
3
votes
8answers
2k views

MemCached on Windows x64

This question has previously been asked, but that was a year ago and I wanted to know if there had been any developments since then. Basically we'd like to use a MemCached Server on a Windows Server ...
1
vote
2answers
193 views

ASP.NET web services and SQL Server Express

I come from a linux/apache/php/mysql background. For my current project, I am forced to write web services using ASP.NET. I have installed visual studio and created an ASP.NET web service project. ...
0
votes
1answer
431 views

Difference b/w connecting to SQL Server from ASP.net and Desktop application In terms on CAL? [duplicate]

Possible Duplicate: Can you help me with my software licensing question? Why purchasing a Client Access License (CAL) for every device that accesses your server is not needed in web? If I ...
0
votes
2answers
389 views

Running ASP.NET Website and Exchange Server on same machine?

At the moment I only have one machine available to me that is already hosting Exchange Server 2003 on it. I am going to be developing an ASP.NET website (possibly using MVC framework) which is going ...
2
votes
4answers
106 views

Building a ASP.NET & SQL Server Machine(s); need some help

I currently have an asp.net web application running on an xp machine w/ iis 5.1 and sql server 2005 on our network. This application processes large excel files (50MB+), handles 100's of 1000's of ...
0
votes
2answers
89 views

taking database back up of SQL Server 2005

I have a requirement where I need to take the backup of database. Once the user clicks the button I need back up the entire database to the location c:/backup Database: SQL Server 2005. Thank ...
2
votes
3answers
147 views

Database Server and Application Server with different OS versions

If my application server is Windows 2008 and my database server is Windows 2003 would I be at any disadvantage versus having both on Windows 2008?
0
votes
2answers
55 views

Sql Server 2005 Returns Results From Some Other SP

I have a data access layer which returns DataSets/DataTables by executing Stored Procedure. Everything was working fine from many months. But suddenly we have started getting the following error. ...
1
vote
3answers
3k views

Timeout Expired: Connection Pool

Here is the error we are getting. We moved app and db servers to x64 from 32-bit. Framework 2.0 service pack 2 is installed on the servers. Timeout expired. The timeout period elapsed prior to ...
1
vote
1answer
573 views

Can a single ASPState database be used for multiple websites

Is it possible for two or more website to share a single ASPState database? If security or performance were big concerns then I'd probably use separate databases. But is there any reason why two ...
0
votes
5answers
518 views

Connecting to local Sql server 2005 through Internet

My Sql server is on Local Machine, I want to access it through Internet. I Configure Surace manager and Configuration manager of sqlserver 2005 for remote access. My sqlserver is running on ...
0
votes
2answers
146 views

Recommended settings for 2-tier server environment

I'm trying to setup a 2-tier server environment in Windows Server 2008, which I'm finding is a little different from XP or Server 2003. The web tier is using IIS and ASP.NET 3.5 and the database tier ...
1
vote
3answers
123 views

Looking for a free/very low cost, asp.net & SQL Server based forum software

I need to setup a users forum/discussion board (maybe 200 users max) for supporting a custom piece of software. I prefer asp.net (vb) against SQL Server, customization ability would be nice, but I ...
4
votes
2answers
193 views

What permission is needed for my SQL Server 2005 DB for a WebUser?

I have a connection string in my asp.net code that looks at a SQL Server 2005 database. I created a UserName called WebUser and granted him db_datawriter and db_datareader in SQL Server 2005. Both ...
2
votes
2answers
1k views

How do I configure ASP.NET to use SQL Server 2008?

I recently installed Windows 7 on my computer, and just set up Visual Studio 2010 and SQL Server 2008. On my old installation, I used VS 2008 and SQL Server Express 2005. I have a simple ASP.NET ...
0
votes
5answers
2k views

SQL Server 2000 + ASP.NET: Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'

I just migrated a development workstation FROM: Windows XP Pro SP3 with IIS 6 TO: Vista Enterprise 64bit with IIS 7 Since the move, one of my pages that accesses an SQL Server 2000 database is ...
3
votes
2answers
1k views

Setting Up Login for ASP.NET Application on SQL Server 2008

I have 2 Windows 2008 Servers. One is a web server (IIS7). The other is a database server (SQL Server 2008). The instance of sql server 2008 is configured to use mixed mode authentication. Neither are ...
3
votes
6answers
10k views

SQL Server 2008 login problem with ASP.NET application: Failed to open the explicitly specified database

I am running SQL Server 2008 Express Edition on Windows Server 2008 with an ASP.NET application which must access the server. The ASP.NET application is associated with an application pool that runs ...

1 2