Programming ASP.NET using visual C sharpThe last two weeks I have been developing an application that creates Sales Orders from a web interface. The application is used to return damaged watches and sunglasses to the repair centre.

It creates a Sales Order entry in SYSPRO and makes use of various custom fields to store data not available in SYSPRO. The application wasn’t very complicated, but did take a few days to complete.

During this development, I came across a nice quick tip (see reference below) when browsing ASP.NET pages in Visual Studio that allows you to specify that you need to browse with a Browser (IE in this case) sans the add-ons. I wanted to share this here.

Continue reading »

Tagged with:  

Import Application Option missing in IIS Manager

On November 23, 2011, in Programming, by Dirk Strauss

Default Web Site

 

With the release of Visual Studio 2010 came support to package up your ASP.NET Web Application. This also packages dependencies like the web.config, databases etc. An administrator can then import the created package via the Import Application option in IIS Manager. When I first read about this option, I thought it was the best thing since sliced bread. To access the Import Applications option, select the Default Web Site node under your server name.

The only problem was that the Import Application option was missing from the Actions pane in my IIS Manager.

Continue reading »

Tagged with: