msi installer for wcf service
Is it possible to create a msi installer to host WCF service on IIS? ...
Is it possible to create a msi installer to host WCF service on IIS? ...
We have a Delphi COM component being called from an ISAPI web app. The COM component is hanging the app because it is trying to display a MessageBox(). We have no MessageBox() call in our user code so it must be located in the Delphi runtime source, probably in exception handler code. We have an IIS debug diagnostics report that shows...
Not sure of the best way of achieving something... We've got a number of web services running on asp.net v3.5 on a couple of web servers. They all talk nicely to each other and to the public internet. Now we'd like to keep some of these web services 'private' ie make them not available to the public internet, whilst leaving others acc...
I am a developer and am trying to create a very basic "Hello World" .NET 3.5 web app. However, whenever I publish the code I am getting the following error. Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify y...
I have a WCF web service that I am hosting in IIS (actually running within the Visual Studio web host i.e. Cassini). I have a file that I have to access in the root of the web directory from the service, and am having trouble figuring out the user identity that the service accesses the directory as. I've given permission to ASPNET, NET...
I'm creating a web service for my app to talk to. When I go to publish it (locally), VS tells me that the server doesn't appear to have frontpage server extensions installed. It was correct. Specifically the message says: "The Web server does not appear to have FrontPage Server Extensions installed. If FrontPage Server Extensions are in...
Attached Firefox to fiddler and got following error. What would cause this error? Interesting thing to note is that the HTTP header is getting rendered on the page So Fiddler says that there is a protocol violation because response does not start with HTTP. But the HTTP response is rendered on page. ...
So here is the error that I am trying to help a friend with (I don't think I would have tried this). He has a legacy Asp.net 1.1 application. He has already added some ASP.NET 2.0 features to his application. His app is running on a Windows 2003 server. He has the main application running in a 1.1 app pool. In one of the sub folder...
I'd like to implement something like stackoverflow's login system in classic asp... is it possible? thanks in advance... ...
Hi, Can anyone tell me the use of IIS/HTTP comression in .net web applications. I have iis 6.0 installed in my system.How do i activate compression. Is it really helps to betetr the performance in real time? My web page is very slow and one analyzing tool(web page ANlyzer) says to files are not compressed. Please advise. ...
I need to write a simple IronPython script to work with MimeTypes within IIS. I have scripts to modify other IIS configurations but can't seem to get any MimeTypes. The attached script does not return any results. Running the same code within a C# console application produces the desired results. What do I need to do to get the at...
Hello everyone, I am confused about ASP or ASP.Net session life time (or life cycle) concepts. More specifically, my confusions are, how did IIS magically knows a new session starts and an existing session ends? Especially how IIS treats whether a session continues or ends when we call redirect code; how many differnet ways to set ses...
Hello everyone, In MSDN, it is said, "The timeout will not take effect while a server component is processing." -- what does this statement mean? Could anyone show a scenario it is referring to please? http://msdn.microsoft.com/en-us/library/ms524831.aspx A related question is, whether it is good code to judge that, if a session varia...
I know that the event handler for this event is called when the application pool is recycled by IIS, but when does that happen? What about if using the built-in Visual Studio server (Cassini)? If I kill the server process, would Application_End be fired? UPDATE: I know about web.config and BIN folder changes. I'm interested in the case ...
Any suggestions on how to do browser caching within a asp.net application. I've found some different methods online but wasn't sure what would be the best. Specifically, I would like to cache my CSS and JS files. They do change, however, it is usually once a month at the most. ...
I was reading in google's documentation their new pagespeed plugin, that they recommend using cookieless domains to improve performance: Static content, such as images, JS and CSS files, don't need to be accompanied by cookies, as there is no user interaction with these resources. You can decrease request latency by serving static re...
I have tables in a local database I've built in Visual Studio 2008 that I want to publish to an existing database on the server that I will be deploying my Asp.NET app. Unfortunately the only two options I have for deploying this database when I select "publish" is -script to file- and -publish to shared hosting provider-. My dedicated...
I have a small WCF webservice working in my development environment (VStudio 2008, WinXP). I am appreciating being able to use the WCF Test Client at this stage of things. Currently, the APP.CONFIG of my service (project) contains: <host> <baseAddresses> <add baseAddress="http://localhost:8731/Design_Time_Addresses/C...
I have a HTTP proxy running at localhost:1234. The proxy works fine for all web requests I make. I have a server running at localhost:4567 . I want HTTP requests to my server to go through my proxy. Should be simple, right? Is there a way to make IE or any other browser do this? ...
I created a report in SQL BI studio, and in the sql server 2005 Configuration tools made all the setup. In IIS the directory security is Anonymous Access ticked. I can access the website, but no one else can. I changed the setting to Integrate Windows Authentication and then the people could connect but they had the username and password...