I'm trying to install SQL 2005 64 bit server (complete) on my Windows 2008 Ent server (acts as DC) but is unable to select and install Reporting Services.
Read this posting http://forums.microsoft.com/TechNet/ShowPost.aspx?PostID=1908061&SiteID=17
But don't feel that it is the answer to my problem.
Any ideas?
/anders
View Complete Post
All of the sudden I'm getting the following error on my local web server (Win7 64bit, IIS 7.5). I've uninstalled & reinstalled IIS locally and it didn't fix it. IIS is set to start up automatically and I can see that the service has been successfully started. Upon a fresh reboot if I go into IIS and click on start website I get the following error:
"The process cannot access the file because it is being used by another process. (Exception from HRESULT: 0x80070020"
If I try to start debugging on my local website project I get the following error:
"Unable to start debugging on the web server. The underlying connection was closed. The connection was closed unexpectedly."
Any ideas on what I can try? I've been doing research on the issue and Microsoft suggest making sure no other service is listening on the same ports. I've verified that this isn't the issue.
Hi.
We had a website deployed on IIS server remotely say www.liveserver.com.
We recently decided to make a copy of the website internal to the organisation so we brought a server and copied all the code from live server and configured it and say it is http//archives-testserver.com
Everything seems to work fine but while navigating and clicking on certain module links within http//archives-testserver.com......the domain name is getting rewritten to www.liveserver.com and user is made to navigate on the live site. I wonder where this configuration is with in IIS...
I looked under properties under website identification and everything is referring it as http://arhives-testserver.com. also thr is a file called securityRedirect.inc and ifor handling errors and all the references have been changed and couldn't find anything in web.config.
I would really appreciate if anyone can guide in right direction, where else to look for probable reference to live site?
Dear All,
I cannot add a new column in existing table.
I have a two tables ['ev_event_how' & 'ev_events_event_how'] has relationship between these table.
Ex:Table: 'ev_event_how'
UID - Event[PK]
Ex:Table: 'ev_events_event_how'
UID - Event[FK] - Desc
I want to add a one more column[IsDelete] in both table. But Sql server is not allowing to add the new column, Showing various errors like
1.cannot add a new column-Unable to modify table.Invalid object name 'MSED_Logs.DatabaseLog'
2.TITLE: Microsoft SQL Server Management Studio------------------------------
User canceled out of save dialog (MS Visual Database Tools)
How can I make it add a new column in existing table?
Hi
I need to know if a web application deployed in a 64-bit server runs as a WOW64 process or a 64-bit process if the web application's pages are compiled as PE 32/x86 ?
I mean I have read a lot about normal console applications or executables with PE 32/x86 run as WOW64 on 64-bit servers. But what about web applications( all i can compile is the pages which are dlls)? The only process I can think of is w3wp.exe for web apps. Please explain. I am confused.
Thanks in advance
Vineeth
Hi All,
i have a program in vb.net..i use the webrequest to post the data to another page (http://localpost/posReceived.aspx), and use the webResponse to get the back the response from the remote page.
When i run this program, it returned error "The remote server returned an error: (403) Forbidden.". I have no idea on this. Coz my aspx page and posReceived.aspx are placed in the same server and same directory. I supposed it should be worked without any security concerns.
Can anyone help me to solve it. Thanks a lot!
I have the following code:
Protected Sub btnAdmin_Click(ByVal sender As Object, ByVal e As System.EventArgs) Server.Transfer("~/Admin/Default.aspx") End Sub
that runs when a user clicks the admin button
It works fine in firefox, but in IE it doesn't work.