据我说知,www.brinkster.com支持代码内联方式,不支持codebehind方式,好像也不支持dll。
另外,想问一下用过的朋友,是否支持session?谢谢了,
这是我做的
www.brinkster.com/guanlan
,见笑了,正在做,呵呵

解决方案 »

  1.   

    打错了,是
    www12.brinkster.com/guanlan
      

  2.   

    主要是问一下,用过www.brinkster.com免费asp.net空间的朋友,此空间是否支持session,我在本及上调试好好的,上传后只要页面跳转,session就丢失,郁闷
      

  3.   

    我的为什么会出现乱吗呢‘(*注.htm或.aspx文件中的中文全是乱码,但从数据库中提取的中文数据却能正常显示www26.brinkster.com/jianghua365
      

  4.   

    嘻嘻,跟我今天的遇到的问题一样,我的解决方法是:用webmatrix把所有页面中的中文重新输入一遍就可以了。其他像加入配置过responseEnding="gb2312"的web.config文件,或是在页面第一行加responseEnding="gb2312"都不管用的。
      

  5.   

    http://www.asp.net/Default.aspx?tabindex=0&tabid=1web matrix是一个免费的asp.net开发工具
      

  6.   

    to jvhmr:就是用web matrix打开你的aspx文件后,把里面的汉字重新输入一遍,你试试吧
      

  7.   

    These rules have been setup to insure the integrity and readiness of Brinkster's servers. Failure to follow these rules will result in account termination.1. When using looping logic of any kind make sure that your loops actually do something and do not loop forever!2. Do not load a large amount of data in to a database and then try to do a "select * from table" and get it all out on one web page. (Large meaning thousands of rows.)3. Close all database connections when you are done with them on each page.4. DO NOT put database connections in Session or Application level variables/objects.5. Set all objects you use equal to Nothing when you are done with them. 
    (ie. "Set Conn = Nothing")6. Do not put objects of any kind into Session or Application level variables/objects.There are reasons behind each of these rules. They are not explained because this could give people ideas on ways to interrupt the integrity and performance of the servers.
      

  8.   

    http://www.brinkster.com/Kb/Kb.asp?kb=103486Session Time Out (KB103486)
    Category: X4-X8 User Knowledge Base
    Last Modified: 12/22/2003 1:44:16 PM
    By: admin--------------------------------------------------------- 
    This kb article applies to: 
    * All Brinkster Premium and General Solutions, except for the Front PageSolutions 
    --------------------------------------------------------- Issue: 
    Sessions are timing out before the default 20 minutes of idle time. Resolution: 
    Brinkster's Premium Solutions are run from redundant, load balanced server environments. Brinkster's load balancer can push your session from one redundant server to the next; sometimes when this happens, your sessions will be lost. To work around this, Brinkster suggests that you store your session information and variables somewhere that cannot be lost, such as in a database, a text file, or even in a cookie. 
      

  9.   

    其实中文的问题还是编码的事可以用dreamwave 修改http://yueya.com/blog/archive/2004/08/17/154.aspx