Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:223288
More Search Options
RSS Available
Matching Posts
Re: Cannot create ActiveX component.
I can not see the error, please show us what error you are getting.
Posted to
Free For All
(Forum)
by
jportelas
on 11/27/2009
Re: Problem with UNC Path
Check this also: http://www.eggheadcafe.com/community/aspnet/17/10076037/responsetransmitfile--h.aspx
Posted to
Web Forms
(Forum)
by
jportelas
on 11/27/2009
Re: Problem with UNC Path
Ok, when workink from localhost your code will return an URL like http:\\localhost\mySite\myfile.txt but this same URL will not mean anything if the app is installed on the server, the url will address your own machine instead of the server. An other thing that could go wrong is the UNC your are providing to the TransmitFile method, this should be a URL ( \\Server\Share\file.txt ). Hope this helps.
Posted to
Web Forms
(Forum)
by
jportelas
on 11/27/2009
Re: assembly version is not changing
I can think of two situations in there: 1. Your assembly (if external to the main app) is not being refreshed into the bin folder so you still have the older version. 2. If this is an asp.net page, maybe you are seeing the cached version of the page, I mean, the local version of your browser cache if no expiricy meta tag has been added to the page at design time.
Posted to
Getting Started
(Forum)
by
jportelas
on 11/27/2009
Re: Moving Website from Cassini to IIS and SQL Server on Vista
Please display some of the errors or exceptions you are getting.
Posted to
Getting Started
(Forum)
by
jportelas
on 11/26/2009
Re: sql maximum numeric value of a varchar field without leading spaces
Hi: That's easy: SELECT MAX(CAST(VARCHARColumnHere AS INT)) FROM TABLE1 So, you cast the column as an int or bigint or decimal (depends on your needs) and you get the MAX value out of it. Hope this helps!
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
jportelas
on 11/26/2009
Re: Is forms authentication without connection strings possible?
Well somethings to consider in here: Are you using a Windows active directory? If so.... Are the different domains trees into the same "forest"? Have you establish trust relations between the forests? Can the user PC reach different domain controllers? to provide an authentication mechanism... or a token back to the server.
Posted to
Security
(Forum)
by
jportelas
on 11/23/2009
Re: Telnet TCP/IP question
And does this happen only when connected to your application? Or can you open a common telnet session to the same app and see if no data is comming back from the server?
Posted to
Free For All
(Forum)
by
jportelas
on 11/23/2009
Re: Basic question about application model
Hi there: When the next person logs in the application is already up, so it is not instantiated again. What gets instantiated everytime is the class or classes behind the page you are requesting, of course .net can optimize this and keep a pool of objects to respond more quickly. Static variables are static and they are shared among all sessions in the application, these can be a dangerous practice or an advantage depending on your needs. Check these links: http://w2ks.dei.isep.ipp.pt/labdotnet/files
Posted to
State Management
(Forum)
by
jportelas
on 11/23/2009
Re: Telnet TCP/IP question
Well, there are many things you should consider: 1. Please provide more detail on the connection error, can the TCP client reach the destination? does the destination refuses the connection? 2. Check if the port on the destination host you are connecting to is the port you are expecting your tcp client to connect to. 3. Check if this port is enabled in the VPN firewall, there are many port restriction in VPNs usually. 4. A suggestion, you can use a sniffer to watch the incomming traffic (in the destination
Posted to
Free For All
(Forum)
by
jportelas
on 11/20/2009
Page 1 of 55 (542 items) 1
2
3
4
5
Next >
...
Last ยป
ASP.NET:
Microsoft AJAX CDN โ Now with SSL Support
Channel 9:
TWC9: XAML tools, Silverlight for Live Writer, Surface SDK,
ASP.NET:
PDC09 Talk: Building Amazing Business Applications with Silverlight 4, RIA Services and Visual Studio 2010 โ Now in Visual Basic!!
Channel 9:
C9 Conversations: Brian Beckman on Complexity [C9 Conversations: Brian Beckman on Complexity]
Channel 10:
Black Friday Deals on Windows 7 Machines
Channel 10:
Holiday Shopping on Bing Cashback = Big Online Savings
Channel 10:
Black Friday Deals at the Microsoft Store
Channel 10:
Incredible Black Friday Deal: Windows 7 Notebook for $197
ASP.NET:
Presenting in Europe Next Week
TechNet Edge:
AlignIT IT Manager Podcast #30 - Straight Talk about Windows 7
WindowsClient:
You know your post rate has gone down...
Silverlight:
Geek Profiles โ Scott Guthrie
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 9 of 13
TechNet Edge:
Managing Your Virtual World - Tech Focus November 2009 Part 2
ASP.NET:
Silverlight and RIA Services: Implementing Search
Channel 9:
C9 Lectures: Brian Beckman - Covariance and Contravariance in Physics 1 of 1
Channel 9:
Set Your Data Free
Channel 9:
Implementing a Silverlight SharePoint WebPart with Visual Studio 2010
WindowsClient:
New WPF Showcase Addition: Enterprise
Channel 9:
Reactive Extensions API in depth: Contract
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online