| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years |
| seen | May 10 at 21:11 | |
| stats | profile views | 35 |
I have been in the IT industry since 1995. I've had my hand in a variety of technologies as a developer, infrastructure specialist, and systems architect. Some of these include (but are not limited to):
- IIS, Apache
- SharePoint (2003, 2007, and 2010)
- SQL Server
- ColdFusion, Classic ASP, PHP
- F5 Load Balancers
- PowerShell
- Visual Basic
- ASP.Net (C#)
- Mainframe technologies (COBOL, DB2, CICS) ...trying to forget these
I could go on...
I do not declare myself to be an authoritative expert on any of these and I don't carry any fancy certifications. I like finding ways to use technology to solve problems. Over the years I have used much from the open community. I am participating on the StackExchange sites as a way to give back to the community and to share many aspects of things I have learned over the years.
|
May 17 |
answered | Configuring IIS7 404 page when using IIS7 urlrewrite module |
|
May 16 |
comment |
Using dash in folder names and linking for image Have you viewed the HTML source in each browser or used something like Fiddler to see what is being requested? |
|
May 16 |
answered | Is it possible to use Google Analytics to track file downloads? |
|
May 16 |
answered | Are there any Shared Web Hosts that provide access to run Windows Services? |
|
May 16 |
comment |
How to avoid DotNetNuke with another ASP.NET application conflicts In the MSDN article: "Configuration settings for virtual directories are independent of physical directory structure, and virtual directories must be organized carefully to avoid configuration problems." Hope that helps too. |
|
May 16 |
comment |
How to avoid DotNetNuke with another ASP.NET application conflicts The physical folder on the file system does not really matter since you can point the document root of a website or virtual directory to any file system location. The issue you are having is that the web.config of the B2B application is inheriting the settings of the root website (in this case DNN). You either need to break the inheritance or install the two applications in different "branches" of the website. If you want DNN to be the default site and it is installed to a different folder, you will need to 301 redirect MyCompanyDomain.com to something like MyCompanyDomain.com/DNN. |
|
May 16 |
answered | DOwnload file from IIS7 server with # in file name |
|
May 16 |
answered | How to avoid DotNetNuke with another ASP.NET application conflicts |
|
May 16 |
answered | PDF conversion on website using ASP.NET platform |
|
May 16 |
answered | How to setup a small static page on Google Apps? |
|
May 15 |
revised |
Several sub domains pointing to one folder. Fasthosts problem added 2 characters in body |
|
May 15 |
answered | Several sub domains pointing to one folder. Fasthosts problem |
|
May 15 |
answered | How do I see what pages on the internet link to my site? |
|
May 13 |
comment |
Clustered Web host Both of these providers offer a lot of options to scale your application. Either of these would be a very good choice. |
|
May 13 |
answered | How can I choose between Linux and Windows hosting? |
|
May 13 |
answered | Looking for recommendation for PHP app hosting with (relatively) painless scalability |
|
May 13 |
answered | I need a cheap, reliable, virtual webserver service |
|
May 13 |
answered | Need new secure host |
|
May 13 |
answered | Starting from scratch xxx.yyy.com or www.xxxyyy.com (any SEO difference?) |
|
May 13 |
comment |
If my web application is under a server will it perform better than if it is under a shared hosting? This is a good summary of the three basic types. I would also add that with shared hosting it might depend if the host is using a cluster of servers instead of just a single server (there are a few of those available). Performance can be quite good in that case. With VPS (or cloud) options, it might be worth mentioning Rackspace (rackspace.com/cloud). A cloud server can often scale up when load is heavier, thus giving you better performance. Disclaimer...I am not affiliated with Rackspace in any way. |