0
votes
0answers
2 views

Get browser name and version from IIS log file in Log Parser

I am looking for find out the browser name and version, OS name and version from User Agent field of IIS log file through Log parser query. As user agent string has different format for every browser ...
-1
votes
0answers
20 views

Upload path to server drive

I am setting up a site on a computer-turned server, and I have created two other drives, one for the database as database server, and one for a file server. The problem is, I do not know what path I ...
0
votes
0answers
26 views

SQL DDL from ASP.NET

(This question may be somewhat serverfaulty) I have an ASP.NET app running in a shared hosting environment that has disabled remote access to its SQL Server instance. Would I be able to create a ...
0
votes
2answers
24 views

Two Different MVC sites sharing one database Entity Framework?

I have a database-driven site developed with MVC and Entity Framework code first. The database is rather large and contains all the data that I would need for an additional web application. What are ...
-2
votes
0answers
27 views

Custom data provider for ASP.NET [closed]

I have fairly complex web application. I would to run several SQL commands for each newly created SQL Server connection. I think I need to create custom Data Provider and implement IDBConnection ...
0
votes
2answers
20 views

Deploying a Windows Web App?

A nonprofit I donate sometime to was given a 'web app' by another institution to track information. I'm not a Microsoft guy so I'm at a bit of a loss here and and am hoping someone can point me in ...
0
votes
2answers
37 views

How can I set the user running the service?

I created a MVC4 web application on my laptop using localdb with a mdf. file. I then exported the project to my desktop, and then I copypasted these files over to my webserver on my Win2k12 running ...
0
votes
0answers
15 views

How to disable IIS Anonymous Access and enable IIS Wndows Authentication

I'm a relatively new web developer and am not very familiar with IIS or impersonation. I am in the process of using PHP to set up a connection to a Microsoft SQL Server database with Windows ...
0
votes
1answer
23 views

Slow performance using local impersonation on ASP

I'm working on a large web application running under IIS 6.0 and connecting to an SQL Server 2005 database. I'm currently trying to connect to the database using Windows Authentication to properly log ...
1
vote
1answer
74 views

IIS Hosting and SQL Server 2008 R2 not available online

I have succeeded in hosting my applications locally but when i try to view it through a network outside it fails. Same goes for my SQL Server, I am able to connect locally. I have tried to open my ...
0
votes
1answer
47 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
285 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
35 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 ...
0
votes
1answer
55 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
84 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 ...

1 2 3 4 5 14
15 30 50 per page