DNN Skins Contest#
Some pretty cool skins here.
Categories: Code Links
Thursday, July 15, 2004 1:04:46 PM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

Another Multiple DLL Asp.net post#
This article shows a project that somewhat automates building of some files from a vbproj. But, it doesn't quite work right, because some of the DLL references are not correct.
Categories: Code Links
Thursday, July 15, 2004 8:59:39 AM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

Command Line Compile of ASP.NET Apps#
After trying to figure out a way to break large apps into smaller ones for more frequent updating, I came across a solution.

The following compiles a simple webapp into 2 DLLs, where one folder "CompileTest" would contain a seperate DLL.

I am sure I have some extra stuff in these lines, but they work for now.

vbc.exe /libpath:C:\TEMP\SingleSignOnWithMultipleASPNETApps\bin /r:C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll,C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll,C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.drawing.dll,C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Web.dll /imports:system /rootnamespace:www.testdomain.com /target:library /out:C:\TEMP\SingleSignOnWithMultipleASPNETApps\bin\www.testdomain.com.dll C:\TEMP\SingleSignOnWithMultipleASPNETApps\*.vb C:\TEMP\SingleSignOnWithMultipleASPNETApps\CompileTest2\*.vb

vbc.exe /libpath:C:\TEMP\SingleSignOnWithMultipleASPNETApps\bin /r:C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll,C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll,C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.drawing.dll,C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Web.dll,C:\TEMP\SingleSignOnWithMultipleASPNETApps\bin\www.testdomain.com.dll /imports:system /rootnamespace:www.testdomain.com /target:library /out:C:\TEMP\SingleSignOnWithMultipleASPNETApps\bin\www.testdomain.com.Compiletest.dll C:\TEMP\SingleSignOnWithMultipleASPNETApps\CompileTest\*.vb
Categories: Code Links
Thursday, July 15, 2004 8:22:05 AM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

Web.Config location tag to get around forms auth?#
I just read a post that you can use the Location tag in a web.config file to allow users to have access to pages other than just the login page. I didn't think this was the case, but I should look into it.
Categories: Code Links
Wednesday, July 14, 2004 8:39:19 PM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

ASP-One Exchange Setup#
Here is a link to their setup guide.
Categories: Code Links
Monday, July 12, 2004 2:02:11 PM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

10 Must Have Tools#
Here are some tools that "every developer must have." Not sure about that one.
Categories: Code Links
Saturday, July 10, 2004 3:47:02 PM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

ADSI Terminal Server Settings#
Here is a list of properties available via ADSI scripts, but you have to run it on a 2003 server.
Categories: Code Links
Saturday, July 10, 2004 3:46:26 PM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

Testing DNS Stuff#
Here is some stuff from ZoneEdit:
The "whois" information is often wrong, and should not be used. Go to a command prompt/console and enter the command:

nslookup -type=NS yourdomainname.com

If the response does not contain all of the correct name servers, then you should contact your registrar and have them fix it. - To check to see whether a particular server is responding, you can add the server name:

nslookup www.yourdomainname.com ns1.zoneedit.com

If the response has a bunch of 'root-servers' that means the server does not know about the domain name and is referring you elsewhere. - To look for a certain record type, like the "MX" record or the "SOA" record, you can use the parameter "-type=MX" or "-type=SOA".

nslookup -type=MX yourdomainname.com
Categories: Code Links
Friday, July 09, 2004 11:29:36 AM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

TTT Gallery#
TTT Gallery but Im not sure if it will work with the new version of DNN.
Categories: Code Links
Thursday, July 08, 2004 2:17:59 PM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

Manual SMTP testing with Telnet#
Here is a full SMTP conversation:
telnet 127.0.0.1 25

Trying 127.0.0.1...

Connected to 127.0.0.1.

Escape character is '^]'.

220 extendnet.internal ESMTP

HELO testpc.extendnet.com

250 extendnet.internal

MAIL FROM:scottl@ExtendNet.com

250 ok

RCPT TO:esi@mcn.net

250 ok

DATA

354 go ahead

TO:esi@mcn.net

FROM:scottl@ExtendNet.com

Subject:test

See Subject

.

250 ok 928143441 qp 16779

QUIT

221 extendnet.internal

Categories: Code Links
Wednesday, July 07, 2004 4:51:06 PM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

All content © 2010, Christopher May, Inc
Open Job Positions
On this page
Google Ads
This site
Calendar
<March 2010>
SunMonTueWedThuFriSat
28123456
78910111213
14151617181920
21222324252627
28293031123
45678910
Archives
Sitemap
Blogroll OPML
Disclaimer

Powered by: newtelligence dasBlog 2.3.9074.18820

The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

Send mail to the author(s) E-mail

Theme design by Jelle Druyts


Pick a theme: