iismatt

Stories kicked by iismatt

ASPDotNetStoreFront Bulk Order Tracking Number Import(iismatt.com)

submitted by iismattiismatt(75) 2 years, 10 months ago

Being that ASPDotNetStoreFront currently only imports UPS related tracking, I got tired of waiting and created my own bulk tracking number import function for ASPDotNetStoreFront, I am currently using ML 8.0.1.1/8.0.1.1 read more...

add a comment |category: |Views: 3

tags: another

Loop through session variables and display the results(iismatt.com)

submitted by iismattiismatt(75) 2 years, 11 months ago

This is a great little utility I created some time ago that looks through all of the current users session variable to and displays them in a list down the page, it is very helpful in determining whether or not a session variable is alive, you could also port it to be used with cookies as well. Just create a page like sessiontest.aspx and paste in the following code save it to your server and run it to see the results... read more...

add a comment |category: |Views: 123

tags: another

Virtual machine software, which do you use?(iismatt.com)

submitted by iismattiismatt(75) 2 years, 11 months ago

I have used many virtual machine applications over the years, VMWare Workstation, VMWare ESX server, and oddly enough only a few months ago Microsoft Virtual Server. Now most recently, a sleeper and a route I would never thought I would take, but since I needed a 64-bit virtual machine on a 32-bit host machine I was referred to SUNS VirtualBox read more...

1 comment |category: |Views: 10

tags: another

Installing Windows SharePoint Services Application Template Core(iismatt.com)

submitted by iismattiismatt(75) 2 years, 11 months ago

This article and be used in conjunction with both Windows SharePoint Services 3.0 and Microsoft Office SharePoint Services 2007 aka MOSS 2007 If you don't already know, Microsoft has some advanced application templates you can download to your SharePoint Farm, I have also created some batch files below to help speed up the installation process. These templates can expedite implementation times and have some great new Server Admin Templates and Site Admin Templates to include read more...

add a comment |category: |Views: 39

tags: another

Application Pool not listed in IIS 6(iismatt.com)

submitted by iismattiismatt(75) 2 years, 11 months ago

When recently upgrading a server from Windows 2000 to Windows Server 2003 it was noticed that the the Application Pool option was not available. After fishing around for a while it was found that IIS was running under IIS 5.0 Isolation mode read more...

add a comment |category: |Views: 3

tags: another

IIS cannot share the same Application Pool Between versions of ASP.Net(iismatt.com)

submitted by iismattiismatt(75) 2 years, 11 months ago

When running multiple versions of ASP.NET web applications, i.e. Dot Net Framework Versions v2.0.50727 and v1.1.4322, you may receive that following error, when trying to view whichever site was launched after a site using a different version has been launched. read more...

add a comment |category: |Views: 9

tags: another

Bind Active Directory Objects to ASP.Net Web Controls, DropDownList or(iismatt.com)

submitted by iismattiismatt(75) 2 years, 11 months ago

I had to grab the users from Active Directory and bind them to an ASP.NET Control in order to display them in web page, and after doing some testing and fishing around, I came across a method that worked for me after some adjustments and trial and error read more...

add a comment |category: |Views: 12

tags: another

Asp.Net vs php : Speed Comparison(naspinski.net)

submitted by naspinskinaspinski(610) 2 years, 11 months ago

Why is the myth that php is faster than Asp.Net so prevalent? Asp.Net is faster than php, here are the facts. So many times I have heard php pushers claim that php is so much faster than Asp.Net and that Asp.Net is clunky and slow. The most annoying part is that everything I have read (that is not factless opinion), and I mean everything, says that this is wrong; but for some reason, this myth is widely accepted. It has become a religious argument that ignores the facts... read more...

add a comment |category: |Views: 1321

tags: another

ASP.NET HTTP_HOST URL Redirect depending on domain name(iismatt.com)

submitted by iismattiismatt(75) 2 years, 11 months ago

Redirect your website to a sub directory or another URL depending on the entered URL. Good for sharing a single hosting plan with multiple domain aliases read more...

add a comment |category: |Views: 69

tags: another

WebDevVote Button At The End Of Each Post Extension for BlogEngine(blog.sb2.fr)

submitted by webdevvote.comwebdevvote.com(40) 3 years, 5 months ago

Here is a simple Extension for BlogEngine in order to add the WebDevVote Button at the end of each Post without needing to add some “Tokens” in posts. Just put this Code Snippet into App_Code/Extensions of your BlogEngine Web Site. read more...

add a comment |category: |Views: 7

tags: another