Tagged Questions
-1
votes
0answers
9 views
Setup for already published site [closed]
I bought a web application and the company installed it on my machine. I need to install that application on other machines but I want to create a executable file for easy installation. I use IIS web ...
0
votes
1answer
33 views
Sql server can't select from tables from time to time
We have Silverlight application that is installed on IIS 6. This application use membership API on Microsoft SQL Server 2008 R2 for login. From time to time logged-in users stops can do any queries to ...
0
votes
2answers
99 views
IIS Application pool running under network service can't connect to SQL Server
I just deployed an ASP.NET MVC 4 application to IIS 7 but when I browse it i get the following error:
Cannot open database "PCSPI" requested by the login. The login failed.
Login failed for user 'NT ...
0
votes
0answers
31 views
Problems with Automatic Login on Intranet
I'm having a problem with the automatic login I'm trying to do. First of all, sorry about my poor English.
Well, here on the company, we have a Intranet, developed in VB.NET and SQL SERVER 2008. And ...
-2
votes
0answers
22 views
IIS / PHP / MSSQL slowness for domain admins
I'm not exactly sure what the problem is, but my php page basically does a MSSQL connection over ODBC. The connection is fine with normal users, but if someone is a member of the domain admins group, ...
0
votes
1answer
42 views
Kerberos between IIS and SQLServer
Let's say I have computer SQLCOMP with MSSqlServer running under a local account (.\sqllocuser).
I have another computer IISCOMP, with an IIS application (running under a domain account ...
1
vote
2answers
65 views
is it possible to have windows authentication on a php site? [duplicate]
We are running an internal website on php 5.2 with IIS.
Currently each user is assigned a login. The login information is authorized with php confirming the information against a sql server database ...
0
votes
0answers
27 views
Why does my database script fail in Web Deploy?
I have a basic script that creates the DB initially followed by a script that grants execute permissions on stored procedures. When this is run using 'Import Application' in IIS it fails with a ...
0
votes
0answers
80 views
How to create msmdpump.dll site for Analytics Services in IIS Express?
I read this guide for IIS http://msdn.microsoft.com/en-us/library/gg492140.aspx
You can enable HTTP access to Analysis Services by configuring MSMDPUMP.dll, an ISAPI extension that runs in ...
0
votes
2answers
37 views
Adding PHP extension to IIS Without Restarting
I have a working PHP website at a client where I work which runs on IIS. As we are switching to MsSQL, I need to enable the php_pdo_sqlsrv_53_nts.dll. However once I'm enabling the extension, I start ...
3
votes
2answers
57 views
IIS server not loading the database
I have created a website using asp.net every thing is running fine when i run this using visual studio development server but when i tried to run it by IIS server then Home page of website loads but ...
0
votes
0answers
35 views
SQL server odbc smtp logging analyzer
I have configured my IIS 6 to store SMTP logging into an SqlServer Table following this tutorial (http://support.microsoft.com/kb/245243)
I'm now looking for an Sql script to analyze this log.
How ...
0
votes
2answers
276 views
System.Data.SqlClient.SqlException
I keep getting the following error when trying to access a particular webpage.
It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This ...
0
votes
1answer
66 views
Having Problems Installing DotNetNuke
I'm trying to install DotNetNuke 4.09.03 (I have the use this version). There are some problems. I'm completely unfamiliar and inexperienced with this environment (I'm a php developer), so I'm having ...
0
votes
1answer
28 views
setting up asp application on hosting provider changing
i have never worked on windows iis, asp and mssql but now i am forced to do so.
the plot:
i have an asp mvc application (the exact folder tree copied from the old disabled server) and an mssql ...
0
votes
0answers
231 views
using php 5.3 to connect to sql server 2012
I am testing out my new installation of 5.3:
<?php
$serverName = "ks252";
$connectionInfo = array( "Database"=>"ocustom");
/* Connect using Windows Authentication. */
$conn = sqlsrv_connect( ...
0
votes
2answers
41 views
are there compelling reasons to switch from php 5.3 to 5.2? [closed]
My boss created an application in php 5.2 on some older server. The application writes and reads data from a sql server 2012 database.
We now have a brand spankin new windows server 2012 with iis 8 ...
0
votes
3answers
117 views
Unable to open database when website hosted in IIS
When I run my website from Visual Studio it all works fine. Now I am trying to move forward and start testing the multi tenancy part, so I had to move my website to IIS.
For some reason I can't get ...
0
votes
2answers
113 views
IIS windows authentication error (401.1)
I have configure IIS 8.0 with PHP 5.3 , along with SQL Server.
I am not sure what is going wrong. I am able to see my JSON string in web browser , when I type in URL in the browser,
But When I ...
0
votes
2answers
518 views
How to impersonate another Windows login in an ADODB connection?
How do I via an ADODB.Connection object connect to a MS SQL Server using a specified set of Windows credentials?
Example:
Dim oConn
Set oConn = CreateObject("ADODB.Connection")
Dim oRs
Set oRs = ...
0
votes
1answer
238 views
Configure PHP to work with SQL Server along with IIS
I am trying to configure PHP to work with SQL server along with IIS.
I have successfully connect PHP (version 5.3) to work with IIS. It is working very smooth.
I downloaded PHP from this link ...
5
votes
3answers
417 views
Can low memory on IIS server cause SQL Timeouts (sql server on separate box)?
I have an IIS Web Server that hosts 400 web applications (distributed across 30 application pools). They are both ASP.NET applications and WCF Services end points. The server has 32GB of RAM and is ...
0
votes
1answer
266 views
[SQLServer JDBC Driver]Connection reset by peer: socket write error
I am getting the following error. Let me know the possible reason to get this error. I don't have Apps code. whenever we get this error. we restart the Application. not Db server. it get resolved. Let ...
0
votes
0answers
144 views
Web Service running locally won't connect to local database
I have a web service that's running locally via IIS. Using IE to navigate to it to test a specific service instantly returns 0 (default value returned by the stored procedure that gets called when ...
0
votes
1answer
66 views
Login failed : when I try to connect my database using only multi threading
Two methods in my code. Both methods, Connect same DB, execute same SP and return data according to the Input string
GetData("xxx");
GetData("xyz");
When I call these methods one by one it works ...
2
votes
1answer
94 views
“Cannot open database [db] requested by the login.” when server is rebooted. Works fine after resaving web.config
So, every time this issue occurs, I simply open the web.config for the site and save it. This instantly fixes this issue until the next server reboot. This works great, but I do not want to have to do ...
0
votes
2answers
130 views
Speed difference between two same asp.net applicatin that use one database
I have an asp.net web application that works with a SQL Server database in one server that we call server 'A'. Application speed is good in our MAN Network
I publish our web application to another ...
1
vote
1answer
517 views
How to start an SQL Server LocalDB via IIS
I'm using SQL Server LocalDB for a website.
SQL Server LocalDB is installed and a database is created during Setup. A shared instance is created via LocalDBCreateInstance, StartLocalDBInstance and ...
1
vote
2answers
191 views
Set write permision on folder create
Hi I have been trying to properly configure IIS 6 to give write permisiosn for about 2 days now and I can't seem to find any good resource on this.I am a bit new to ASP.NET and until now I never had ...
0
votes
1answer
131 views
Validate incoming email addresses to SQL database data on SMTP server
I currently have the need to set up an outgoing SMTP server with an extra twist to it. If a user sends a mail and this server receives the mail then it should validate the the email address that the ...
0
votes
0answers
371 views
EF Code first after deployment throws ProviderIncompatibleException
I have a simple EF 5.0 / Code First application developed in VS2012. In development it uses SQL Server CE. However, when I deployed it on a test server, I am getting the following stack of errors:
...
2
votes
2answers
909 views
Is it normal to use LocalDb in production?
I know that using LocalDb is very good and easy for developement, I wonder if it's good idea to use it in production when I host websites on IIS server?
I'm asking because I wonder if it won't have ...
1
vote
2answers
786 views
Implementing Windows authentication with Reporting Services
This is an extension of post Reporting Services Authentication advice sought as I am unable to submit a lengthy post on that thread (apologies admin).
Basically, I am configuring my local ...
0
votes
1answer
252 views
Sql Connection fails when using Integrated Security on IIS applications
In my web application on IIS 7.0, I want to make a connection to Sql Database Server for which my user is granted for Windows Authentication. (Integrated Security=SSPI)
Login fails for user ...
0
votes
0answers
223 views
SQL Server Timeout Expired?
I run a server that is active 24/7, and on very rare occasions (only happened once or twice the past month) my web server will fail to connect to my SQL Server database (hosted on the same server). ...
0
votes
1answer
62 views
ASP.NET using Window Authentication by matching a userid from SQL Server
Can you guy send me a good example that they will verify my userid which it from window login workstation and match a list of userid in table in SQL Server? I am using IIS and they are both in same ...
-2
votes
1answer
217 views
Does anybody have an idea how to reslove this error - Unable to load dynamic library 'C:\PHP\ext\php_sqlsrv.dll
I have tried all the options i could so far find regarding to .dll error but it has not been able to resolve my issue.
Please does any one have an idea of how I can get php to load these dynamic ...
0
votes
1answer
28 views
Web Application retrieving datas from SQL Server 2005
I have the follow (and bizzare) situation:
My web application loads some datas (by executing 1 proc) in 8 seconds
My proc, when executed directly on SQL, load in 1 seconds.
Im pretty sure there is no ...
2
votes
2answers
205 views
Semantic Web - Store app data directly in RDF or store in SQL and export/import later
I have a standard IIS web application which stores its data in a standard SQL Server or Oracle DB.
I'm now interested in storing the data in RDF format, to go full Semantic Web.
Is it recommended to ...
3
votes
1answer
179 views
sqlsrv hangs in windows with php 5.4
I know this was asked alot of times but all the answers are outdated.
As of PHP 5.3, as we all know mssql is not supported, so went on installing Microsoft's sqlsrv
driver for this, as it seems to be ...
0
votes
1answer
77 views
DB Connection ERROR after publishing the web application in IIS 6
After publishing web application in IIS 6 I am getting follwoing error
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or ...
0
votes
1answer
155 views
Connecting to SQL Database from IIS
This is my connection string, which the web service (hosted in IIS, running under ApplicationPoolIdentity) uses to connect to database
<add ...
3
votes
0answers
71 views
Sql server login name not working properly in .net roles [closed]
I created one new sql login for configuring the forms based authentication in sharepoint. I created login with name FBAUser, but If I add that user to .net roles of IIS manager, it is showing login ...
0
votes
1answer
664 views
Local IIS Web server cannot connect to SQL Server
When I use the local IIS Web server, my ASP.NET MVC application is unable to connect to SQL Server. The database is on another server. However, if I use the Visual Studio Development Server, it works ...
0
votes
0answers
756 views
IIS cannot connect to Sql Server - Windows Server 2008 Standard
Okay, I've read a bunch of the related questions on here, and been googling, and cannot figure this out.
One of our clients wants us to set their website up on a server, which is also running Sql ...
0
votes
1answer
269 views
SQL Server Native Client 2012 + PHP + IIS - Performance issues with Large Queries
I am currently having 2 websites which are being hosted on a single server with Different Virtual Machines. Each website is hosted on its own Virtual Machine with IIS 7.5, PHP Fast CGI 5.3 which ...
-2
votes
2answers
158 views
A network-related or instance-specific error occurred while establishing a connection to SQL Server on deploy [closed]
I've deploy an asp.net application on my local client and configure IIS successfully. But when I try to open my site on the browser I get an error.
Note : On this pc I've not installed SQL SERVER. I ...
0
votes
0answers
68 views
identify open sql server connections
I have an asp.net application deployed on server.
I dont have its code and this application is connected to many sql server databases on different server in the network.
Is there any way to see ...
0
votes
1answer
262 views
Database access denied with Network Service/IIS [closed]
Here is my problem: I run a web site in IIS, with NetworkService identity. It has to access a protected MS SQL Server database. NetworkService has full right on the database( set by system admin ). I ...
2
votes
1answer
279 views
Is there a generic oData provider for SQL Server?
I've created a gadget for our CRM consultants that allows them to present data from an oData source in CRM. At the moment, it will connect to any data source but for customer sites we need to develop ...

